1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/backends
Shai Berger d612026c37 Refs #28595 -- Added a hook to add execute wrappers for database queries.
Thanks Adam Johnson, Carl Meyer, Anssi Kääriäinen, Mariusz Felisiak,
Michael Manfre, and Tim Graham for discussion and review.
2017-09-21 12:13:09 -04:00
..
base Refs #28595 -- Added a hook to add execute wrappers for database queries. 2017-09-21 12:13:09 -04:00
mysql Reorganized backends tests. 2017-06-21 12:00:47 -04:00
oracle Refs #27090 -- Added real database sequence introspection. 2017-09-13 20:12:32 +02:00
postgresql Refs #27090 -- Added real database sequence introspection. 2017-09-13 20:12:32 +02:00
sqlite Reorganized backends tests. 2017-06-21 12:00:47 -04:00
__init__.py
models.py
test_ddl_references.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-06-26 10:30:31 -04:00
test_utils.py Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle. 2017-08-12 21:06:49 +02:00
tests.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00