I’ve always been interested in Django’s Managers, but until now, when I sat down and read through it, I didn’t completely realize the power.

Comments

1

Kai August 9, 2007

I think you just write your model methods in managers.py instead of models.py (which is optional, but I would do it) and call it bla.objects.method() instead of bla.method(). I don't use them for the obvious reasons. Greetings Kai

Post a comment


Markdown enabled.