Changes between Version 8 and Version 10 of Ticket #24141


Ignore:
Timestamp:
Jun 17, 2020, 3:45:35 PM (4 years ago)
Author:
Johan Schiff
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24141

    • Property Needs documentation unset
    • Property Triage Stage UnreviewedAccepted
  • Ticket #24141 – Description

    v8 v10  
    11Tests 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.
    22
    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]
Back to Top