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


Ignore:
Timestamp:
Mar 29, 2018, 1:37:25 PM (6 years ago)
Author:
Andrew Standley

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29271, comment 4

    initial v1  
    44
    55The [https://docs.djangoproject.com/en/2.0/ref/models/querysets/#filter filter] documentation simply states that filters are joined via AND. Meanwhile the [https://docs.djangoproject.com/en/2.0/topics/db/queries/#chaining-filters chaining filters] documentation explicitly states that successive filters act on the result of the last filter. Neither have any link or reference to the contradictory behaviour documented in [https://docs.djangoproject.com/en/dev/topics/db/queries/#spanning-multi-valued-relationships spanning multi-valued relationships]
     6
     7I imagine this would require a new ticket specifically about the documentation?
Back to Top