Changes between Initial Version and Version 1 of Ticket #33374
- Timestamp:
- Dec 17, 2021, 3:33:23 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33374 – Description
initial v1 17 17 18 18 {{{#!python 19 print( declarations.annotate(foo=ExpressionWrapper(~Q(pk__in=[]), output_field=BooleanField())).values("foo").query)19 print(queryset.annotate(foo=ExpressionWrapper(~Q(pk__in=[]), output_field=BooleanField())).values("foo").query) 20 20 }}} 21 21 {{{#!sql