On May 22, 2008, at 9:29 AM, Rajesh Dhawan wrote:
> On May 21, 3:30 am, James Tauber <[EMAIL PROTECTED]> wrote:
>> I find myself being inconsistent in whether I put model helper
>> methods
>> on a custom manager or just as top-level functions in models.py
>> [...]
>> Any thoughts on best practices? Heuristics for deciding which to use?
>
> James Bennett has a nice write up on this.
>
> http://www.b-list.org/weblog/2008/feb/25/managers/
Actually the post doesn't deal with my question at all. I'm not
talking about class methods vs manager methods, but rather top-level
(i.e. models module) functions vs manager methods.
django.contrib.auth.models.User.objects.create_user(...)
could have been
django.contrib.auth.models.create_user(...)
for example.
James
-
James Tauber http://jtauber.com/
journeyman of some http://jtauber.com/blog/
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---