Changes between Initial Version and Version 1 of Ticket #8967


Ignore:
Timestamp:
Sep 8, 2008, 11:08:10 AM (16 years ago)
Author:
Karen Tracey
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8967 – Description

    initial v1  
    1 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.
     1The [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.
Back to Top