django/tests/backends/sqlite
Simon Charette 894cb13779 Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.
SQLite 3.26 changed the behavior of table and column renaming operations to
repoint foreign key references even if foreign key checks are disabled.

This makes the workarounds in place to simulate this behavior unnecessary on
SQLite 3.26+. Refs #30033.
2018-12-17 10:44:05 +01:00
..
__init__.py Reorganized backends tests. 2017-06-21 12:00:47 -04:00
test_introspection.py Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backend 2018-04-28 12:01:45 +02:00
tests.py Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+. 2018-12-17 10:44:05 +01:00