On 07/22/2011 10:30 AM, Eyad Al-Sibai wrote:
Hi!

I still do not get the meaning of Manager or Custom Manager in Django... I am confused!


If you've used the '.objects' attribute of a model you've used a manager.

A custom manager would be a subclass of the standard manager. You can then alter/replace things like all(), filter(), and get(), and add your own methods.


--
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to