django/tests/backends/sqlite
Mariusz Felisiak f5e5aac59e
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field on SQLite.`
Regression in 6789ded0a6.

Thanks Juan Garcia Alvite for the report.
2020-11-25 12:19:45 +01:00
..
__init__.py Reorganized backends tests. 2017-06-21 12:00:47 -04:00
test_creation.py Refs #31117 -- Isolated backends.sqlite.test_creation.TestDbSignatureTests. 2019-12-31 12:09:50 +01:00
test_features.py Fixed #32224 -- Avoided suppressing connection errors in supports_json_field on SQLite.` 2020-11-25 12:19:45 +01:00
test_introspection.py Fixed #30183 -- Added introspection of inline SQLite constraints. 2019-03-13 10:24:28 -04:00
test_operations.py Fixed #31479 -- Added support to reset sequences on SQLite. 2020-04-21 10:41:47 +02:00
tests.py Corrected tests.backends.sqlite.tests.Tests.test_aggregation()'s docstring. 2020-09-13 20:09:44 +02:00