1
0
mirror of https://github.com/django/django.git synced 2025-01-02 14:35:59 +00:00
django/tests/schema
Simon Charette fead2dd523 [5.0.x] Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.
A longer term solution is likely to have a better separation of parametrized
DDL altogether to handle checks, constraints, defaults, and generated fields
but such a change would require a significant refactor that isn't suitable
for a backport.

Thanks Adrian Garcia for the report.

Backport of 888b9042b3 from main
2024-04-02 17:34:38 -03:00
..
__init__.py
fields.py [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
models.py
test_logging.py Fixed #33308 -- Added support for psycopg version 3. 2022-12-15 06:17:57 +01:00
tests.py [5.0.x] Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals. 2024-04-02 17:34:38 -03:00