Re: ManyToMany field documented correctly on django docs ?

2010-06-08 Thread gvkalra
I have done that:
Here is the ticket: http://code.djangoproject.com/ticket/13718

On Jun 8, 4:56 am, Russell Keith-Magee 
wrote:
> On Tue, Jun 8, 2010 at 4:07 AM, gvkalra  wrote:
> > Hi.
> > Please have a look 
> > here:http://docs.djangoproject.com/en/1.2/topics/db/models/#many-to-many-r...
>
> > The line I am pointing to is:
> > As with ForeignKey, you can also create recursive relationships (an
> > object with a many-to-one relationship to itself) and relationships to
> > models not yet defined; see the model field reference for details.
>
> > shouldn't that be: an object with a many-to-many (instead of many-to-
> > one) relationship to itself ? Since the relation is recursive but also
> > has many-to-many property at the same time!
>
> Looks like a typo to me. Please open a ticket so that this isn't forgotten.
>
> Yours,
> Russ Magee %-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: ManyToMany field documented correctly on django docs ?

2010-06-07 Thread Russell Keith-Magee
On Tue, Jun 8, 2010 at 4:07 AM, gvkalra  wrote:
> Hi.
> Please have a look here: 
> http://docs.djangoproject.com/en/1.2/topics/db/models/#many-to-many-relationships
>
> The line I am pointing to is:
> As with ForeignKey, you can also create recursive relationships (an
> object with a many-to-one relationship to itself) and relationships to
> models not yet defined; see the model field reference for details.
>
> shouldn't that be: an object with a many-to-many (instead of many-to-
> one) relationship to itself ? Since the relation is recursive but also
> has many-to-many property at the same time!

Looks like a typo to me. Please open a ticket so that this isn't forgotten.

Yours,
Russ Magee %-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



ManyToMany field documented correctly on django docs ?

2010-06-07 Thread gvkalra
Hi.
Please have a look here: 
http://docs.djangoproject.com/en/1.2/topics/db/models/#many-to-many-relationships

The line I am pointing to is:
As with ForeignKey, you can also create recursive relationships (an
object with a many-to-one relationship to itself) and relationships to
models not yet defined; see the model field reference for details.

shouldn't that be: an object with a many-to-many (instead of many-to-
one) relationship to itself ? Since the relation is recursive but also
has many-to-many property at the same time!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.