Changes between Version 1 and Version 2 of Ticket #32651, comment 3


Ignore:
Timestamp:
Apr 14, 2021, 7:02:07 AM (3 years ago)
Author:
Jaap Roes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32651, comment 3

    v1 v2  
    1010
    1111{{{
    12 >>> q = Q() & Exists(Vacancy.objects.all(), negated=True)
     12>>> q = Q() & Exists(Book.objects.all(), negated=True)
    1313>>> q.negated
    1414True
Back to Top