Changes between Initial Version and Version 1 of Ticket #33543, comment 2
- Timestamp:
- Feb 28, 2022, 12:54:13 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33543, comment 2
initial v1 12 12 > }}} 13 13 14 ... or we could change defaults to `None` and deprecate passing `False` :14 ... or we could change defaults to `None` and deprecate passing `False`, e.g. 15 15 {{{#!diff 16 16 diff --git a/django/db/models/expressions.py b/django/db/models/expressions.py