Changes between Initial Version and Version 1 of Ticket #33257, comment 1
- Timestamp:
- Nov 2, 2021, 6:32:00 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33257, comment 1
initial v1 1 1 It seems that adding SQLiteNumericMixin to Case and ExpressionWrapper actually fixes this, with the below patch all my testcases pass: 2 2 3 {{{ diff3 {{{ 4 4 --- a/django/db/models/expressions.py 5 5 +++ b/django/db/models/expressions.py