Adrian Holovaty wrote:

This would further simplify things by making a Manager's methods
*return* QuerySets instead of having a Manager *be* a QuerySet. The
downside is it's slightly more typing to do Person.objects.all() than
Person.objects -- but that's the only downside I see. Thoughts?


.all() is not that much of a typing. And it is explicit. Now you found one more reason to use it. Why not? +1.

Thanks,

Eugene

Reply via email to