Changes between Initial Version and Version 1 of Ticket #8967
- Timestamp:
- Sep 8, 2008, 11:08:10 AM (16 years ago)
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 "t rough" 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.1 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.