Changes between Initial Version and Version 1 of Ticket #29271, comment 6
- Timestamp:
- Mar 29, 2018, 5:20:08 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29271, comment 6
initial v1 5 5 My suggested changes would be more along the lines of 6 6 1) Adding a link to [https://docs.djangoproject.com/en/2.0/topics/db/queries/#retrieving-specific-objects-with-filters retrieving specific objects with filters] to the [https://docs.djangoproject.com/en/2.0/ref/models/querysets/#filter filter] docs, so the details of filter are more visible. 7 2) Adding a note to [https://docs.djangoproject.com/en/2.0/topics/db/queries/#chaining-filters chaining-filters] that references the behaviour is handled differently for multi-value relationships and links to [https://docs.djangoproject.com/en/dev/topics/db/queries/#spanning-multi-valued-relationships spanning multi-value relationships] . 7 2) Adding a note to [https://docs.djangoproject.com/en/2.0/topics/db/queries/#chaining-filters chaining-filters] that references the behaviour is handled differently for multi-value relationships and links to [https://docs.djangoproject.com/en/dev/topics/db/queries/#spanning-multi-valued-relationships spanning multi-value relationships] . (Edit: I realize these on the same page, but in almost two years of working with Django I don't think I've ever read that page top to bottom, and I'm usually pretty good about reading the docs) 8 8 9 9 Also a side note for documentation: this ticket appears to be a duplicate of #18437 as well.