django/tests/schema
Simon Charette d048f0d311 Fixed #35373 -- Fixed a crash when indexing a generated field on SQLite.
Generated fields have to be excluded from the INSERT query against the remade
table including the index.

Thanks Moshe Dicker for the report, David Sanders and Mariusz Felisiak for the
review.
2024-04-16 17:27:38 +02:00
..
__init__.py
fields.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
models.py Refs #27236 -- Moved models with Meta.index_together inside of test methods. 2022-06-03 06:32:11 +02:00
test_logging.py Fixed #33308 -- Added support for psycopg version 3. 2022-12-15 06:17:57 +01:00
tests.py Fixed #35373 -- Fixed a crash when indexing a generated field on SQLite. 2024-04-16 17:27:38 +02:00