mirror of https://github.com/django/django.git
e16d0c176e
This avoids cast of Window(order_by) for DecimalFields on SQLite. This was achieved by piggy-backing ExpressionList which already implements a specialized as_sqlite() method to override the inherited behaviour of Func through SQLiteNumericMixin. Refs #31723. Thanks Quoates for the report. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |