Changes between Initial Version and Version 1 of Ticket #29271, comment 4
- Timestamp:
- Mar 29, 2018, 1:37:25 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29271, comment 4
initial v1 4 4 5 5 The [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 7 I imagine this would require a new ticket specifically about the documentation?