On Jan 27, 2006, at 4:25 PM, Joseph Kocherhans wrote:
I think that's the main point of disagreement. Does this capture it all?1. Model.objects vs. Model.objects.all() (and also instance.sites vs. instance.sites.all()?) 2. len(q) vs. q.count() 3. related_name for ForeignKey and ManyToManyField related_name defaults to OBJECT_set if not specified
My votes: 1. Model.objects 2. instance.sites 3. q.count() 4. related_name: yes Jacob