On 1/27/06, Maniac <[EMAIL PROTECTED]> wrote:
>
> Adrian Holovaty wrote:
>
> >So what did we decide to change from the current proposal at
> >http://code.djangoproject.com/wiki/DescriptorFields ? I got lost. :)
> >
> >
> The best I can conclude is that the only difference with this page is
> that people don't like the ".all()" thing and want Manager to behave
> also as Query.

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

Joseph

Reply via email to