Changes between Initial Version and Version 1 of Ticket #29271, comment 6


Ignore:
Timestamp:
Mar 29, 2018, 5:20:08 PM (6 years ago)
Author:
Andrew Standley

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29271, comment 6

    initial v1  
    55My suggested changes would be more along the lines of
    661) 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] .
     72) 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)
    88
    99Also a side note for documentation: this ticket appears to be a duplicate of #18437 as well.
Back to Top