>From the documentation: Adding extra Manager methods is the preferred way to add "table-level" functionality to your models. (For "row-level" functionality -- i.e., functions that act on a single instance of a model object -- use *Model methods*<https://docs.djangoproject.com/en/dev/topics/db/models/#model-methods>, not custom Manager methods.)
https://docs.djangoproject.com/en/dev/topics/db/managers/ Best regards, Martin -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/ZGotWTNPZHZZa3NK. 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.