Greetings folks,

I want to dynamically filter what objects are shown in a FK dropdown
that I have in the admin interface. I've got some middleware that I
get the user object with and I want to check if the object belongs to
a group which has access to a site (I've extended group). I tried
using limit_choices_to but it seems to execute at initialise time not
run time.... I believed a class doing this similar to LazyDate(object)
would have worked in 0.96 but that doesn't seem to work with trunk and
LazyDate has been removed...

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to