#8967: Model documentation omits through option in ManyToManyField
------------------------------------+---------------------------------------
          Reporter:  ramalho        |         Owner:  nobody  
            Status:  new            |     Milestone:  post-1.0
         Component:  Documentation  |       Version:  1.0     
        Resolution:                 |      Keywords:          
             Stage:  Unreviewed     |     Has_patch:  0       
        Needs_docs:  0              |   Needs_tests:  0       
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Changes (by kmtracey):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Old description:

> 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.

New description:

 The
 [http://docs.djangoproject.com/en/dev/ref/models/fields/#manytomanyfield
 Model Field Reference] does not mention the new kwarg "through" 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 "through" must be mentioned in the Model Field Reference.

Comment:

 Corrected spelling of "through" in the description, since my first
 reaction on reading it was 'what in the world is the "trough" option?'.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8967#comment:1>
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