Changes between Version 1 and Version 2 of Ticket #34345, comment 1
- Timestamp:
- Feb 17, 2023, 12:37:33 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34345, comment 1
v1 v2 9 9 > }}} 10 10 11 There is a separate section in the same docs that describes [https://docs.djangoproject.com/en/stable/ref/contrib/admin/#working-with-many-to-many-intermediary-models Working with many-to-many intermediary models]. I don't think it is necessary to cross-refer this section in all places where `ManyToManyField` is mentioned .11 There is a separate section in the same docs that describes [https://docs.djangoproject.com/en/stable/ref/contrib/admin/#working-with-many-to-many-intermediary-models Working with many-to-many intermediary models]. I don't think it is necessary to cross-refer this section in all places where `ManyToManyField` is mentioned (see also #12203.) 12 12 13 13 > In the same way: