This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
backends
/
sqlite
History
Jon Dufresne
d6aff369ad
Refs
#30116
-- Simplified regex match group access with Match.__getitem__().
...
The method has been available since Python 3.6. The shorter syntax is also marginally faster.
2020-05-11 12:01:28 +02: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_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
Refs
#30116
-- Simplified regex match group access with Match.__getitem__().
2020-05-11 12:01:28 +02:00