http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser

using threadlocals has been considered a "hack" recently by one of the
main django-developers (james bennett, see
http://groups.google.com/group/django-users/browse_frm/thread/f5b2b7775d7c7422/).
on the other hand, writing a custom manager for limiting the results
to the currently logged-in user only seems possible with using
threadlocals. especially when using formsets (e.g.
inlineformset_factory), this is the only possibility to limit the
choices of a choice-field ... see
http://groups.google.com/group/django-users/browse_frm/thread/d5f94e766601e478.

is using threadlocals the way to go when trying to limit the results
of a queryset or is there another/better way to achieve this? (btw: I
´m not talking about limiting results within the admin-interface).

thanks,
patrick
--~--~---------~--~----~------------~-------~--~----~
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