1
0
mirror of https://github.com/django/django.git synced 2024-12-27 19:46:22 +00:00
django/tests/field_defaults
David Sanders 8dde0504f3 [5.0.x] Fixed #34936 -- Fixed migration crash for DecimalField with db_default on SQLite.
CAST() must be wrapped in parentheses to be recognized as an expression on SQLite.

Regression in 7414704e88.

Backport of 797957fb48 from main
2023-11-02 19:59:39 +01:00
..
__init__.py
models.py [5.0.x] Fixed #34936 -- Fixed migration crash for DecimalField with db_default on SQLite. 2023-11-02 19:59:39 +01:00
tests.py [5.0.x] Fixed #34936 -- Fixed migration crash for DecimalField with db_default on SQLite. 2023-11-02 19:59:39 +01:00