django/tests/backends/sqlite
Farhaan Bukhsh 664c98f1f8 Fixed #30413 -- Fixed test database signature on SQLite when test database name is provided.
Previously, the same signature was created for multiple in-memory
databases on SQLite when they had tests databases names
DATABASES['TEST']['NAME'].
2019-11-21 19:50:24 +01:00
..
__init__.py
test_creation.py Fixed #30413 -- Fixed test database signature on SQLite when test database name is provided. 2019-11-21 19:50:24 +01:00
test_introspection.py Fixed #30183 -- Added introspection of inline SQLite constraints. 2019-03-13 10:24:28 -04:00
tests.py Refs #29983 -- Added support for using pathlib.Path in all settings. 2019-11-07 10:26:22 +01:00