This could quite easily be another dumb question but here goes :(

Can a model have a manager that either takes a parameter or can access
the current logged in user?

I simply want to filter any query sets returned from a table called
Properties depending on the current user without having to catch every
place in the application where I access the Properties table.

Failing that can I still use get_object_or_404 if I want to have two
conditions: pk=something and category=somethingelse

Is there another way of doing this that hasn't occurred to me?

Thanks for anyone's assistance. I'm not grokking something fundamental
about the database api...


--~--~---------~--~----~------------~-------~--~----~
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