Hi all, I'm trying to get all queries to have a where clause on a owner field for security reasons (overwritten filter() in a subclassed manager.
Django seem to do a query in certain cases in the save_base() function, to make sure it actually can do an update. Does this have a particular reason. Looking at the code, a "force_update=True" seems to take this action out of the loop. Can somebody tell me why this is done, and whether suppressing it has consequences? Thanx a lot. Regards, Gerard. -- self.url = www.gerardjp.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

