On Jun 3, 3:17 pm, Mat <[email protected]> wrote: > Okay so I am trying to figure out how to do the following. I have some > data in a table that users don't need to see but they need to see > other data in the same table. So I am trying to figure out if there is > any way to do a "global" filter so i don't have to do an exclude on > every query of that table. Is there a way to do this?
Define a custom manager. http://docs.djangoproject.com/en/1.2/topics/db/managers/ -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

