1
0
mirror of https://github.com/django/django.git synced 2025-01-06 00:16:03 +00:00
django/tests/backends/sqlite
Adam Johnson deec15a9a6 Refs #33355 -- Made trunc functions raise ValueError on invalid lookups on SQLite.
Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
2021-12-23 11:47:13 +01:00
..
__init__.py
test_creation.py Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on SQLite. 2021-03-25 06:37:01 +01:00
test_features.py
test_functions.py Refs #33355 -- Made trunc functions raise ValueError on invalid lookups on SQLite. 2021-12-23 11:47:13 +01:00
test_introspection.py Fixed #32672 -- Fixed introspection of primary key constraints on SQLite. 2021-10-26 09:50:23 +02:00
test_operations.py
tests.py