django/tests/backends
Simon Charette 9d93dff333 Fixed #28665 -- Change some database exceptions to NotImplementedError per PEP 249. 2017-10-06 12:47:08 -04:00
..
base Increased test coverage for db/backends/base/operations.py. 2017-09-30 19:48:55 -04:00
mysql Reorganized backends tests. 2017-06-21 12:00:47 -04:00
oracle Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Oracle when using more than 65535 parameters. 2017-10-05 18:52:37 +02:00
postgresql Refs #27090 -- Added real database sequence introspection. 2017-09-13 20:12:32 +02:00
sqlite Fixed #28665 -- Change some database exceptions to NotImplementedError per PEP 249. 2017-10-06 12:47:08 -04:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Refs #23919 -- Removed python_2_unicode_compatible decorator usage 2017-01-18 13:44:34 +01:00
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