Changes between Initial Version and Version 1 of Ticket #32554
- Timestamp:
- Mar 15, 2021, 7:19:26 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32554
- Property Has patch set
- Property Needs documentation set
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #32554 – Description
initial v1 3 3 `Q.any()` and `Q.all()` mimic python's builtin `any` and `all`, defaulting to `Q.FALSE` and `Q.TRUE` for empty iterators (or iterators containing only empty Q objects). 4 4 5 Patch: https://github.com/django/django/pull/14131 6 5 7 See this forum thread discussing why these are an improvement over many ad-hoc implementations people are using: https://forum.djangoproject.com/t/improving-q-objects-with-true-false-and-none/851 6 8