Changes between Initial Version and Version 1 of Ticket #33257, comment 1


Ignore:
Timestamp:
Nov 2, 2021, 6:32:00 PM (3 years ago)
Author:
Matthijs Kooijman

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33257, comment 1

    initial v1  
    11It seems that adding SQLiteNumericMixin to Case and ExpressionWrapper actually fixes this, with the below patch all my testcases pass:
    22
    3 {{{diff
     3{{{
    44--- a/django/db/models/expressions.py
    55+++ b/django/db/models/expressions.py
Back to Top