1
0
mirror of https://github.com/django/django.git synced 2025-01-07 00:46:08 +00:00
django/tests/backends/sqlite
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
test_creation.py
test_introspection.py
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