Changes between Initial Version and Version 1 of Ticket #33374


Ignore:
Timestamp:
Dec 17, 2021, 3:33:23 AM (2 years ago)
Author:
Stefan Brand
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33374 – Description

    initial v1  
    1717
    1818{{{#!python
    19 print(declarations.annotate(foo=ExpressionWrapper(~Q(pk__in=[]), output_field=BooleanField())).values("foo").query)
     19print(queryset.annotate(foo=ExpressionWrapper(~Q(pk__in=[]), output_field=BooleanField())).values("foo").query)
    2020}}}
    2121{{{#!sql
Back to Top