#8967: Model documentation omits through option in ManyToManyField
---------------------------+------------------------------------------------
 Reporter:  ramalho        |       Owner:  nobody    
   Status:  new            |   Milestone:  post-1.0  
Component:  Documentation  |     Version:  1.0       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 The
 [http://docs.djangoproject.com/en/dev/ref/models/fields/#manytomanyfield
 Model Field Reference] does not mention the new kwarg "trough" for
 ManyToMany field. Before the refactoring, the omission of that option was
 not so serious because the next section of the same page was
 [http://www.djangoproject.com/documentation/model-api/#extra-fields-on-
 many-to-many-relationships Extra fields on many-to-many relationships],
 but now that section was moved to a different page
 ([http://docs.djangoproject.com/en/dev/topics/db/models/ Writing Models]),
 so "trough" must be mentioned in the Model Field Reference.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8967>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to