Changes between Version 8 and Version 10 of Ticket #24141
- Timestamp:
- Jun 17, 2020, 3:45:35 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24141
- Property Needs documentation unset
- Property Triage Stage Unreviewed → Accepted
-
Ticket #24141 – Description
v8 v10 1 1 Tests for object membership in a QuerySet. Trying to alleviate some of the newbies using `in` to test for membership and accidentally selecting the entire table. 2 2 3 Discussion in django-developers: 4 [https://groups.google.com/forum/#!msg/django-developers/NZaMq9BALrs/YC-Loq5ZAwAJ] 5 6 Pull request: 7 [https://github.com/django/django/pull/13038] 3 [https://groups.google.com/forum/#!msg/django-developers/NZaMq9BALrs/YC-Loq5ZAwAJ django-developers] 4 [https://github.com/django/django/pull/13038 PR]