Jon Dufresne 7a6fbf36b1 Fixed #28853 -- Updated connection.cursor() uses to use a context manager. 7 years ago
..
base 41406bf98e Increased test coverage for db/backends/base/operations.py. 7 years ago
mysql e3c852cbd6 Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on MariaDB. 7 years ago
oracle 1b823b8f18 Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Oracle when using more than 65535 parameters. 7 years ago
postgresql 7a6fbf36b1 Fixed #28853 -- Updated connection.cursor() uses to use a context manager. 7 years ago
sqlite 7a6fbf36b1 Fixed #28853 -- Updated connection.cursor() uses to use a context manager. 7 years ago
__init__.py 89f40e3624 Merged regressiontests and modeltests into the test root. 12 years ago
models.py f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
test_ddl_references.py 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. 7 years ago
test_utils.py ee85ef8315 Fixed #28792 -- Fixed index name truncation of namespaced tables. 7 years ago
tests.py 7a6fbf36b1 Fixed #28853 -- Updated connection.cursor() uses to use a context manager. 7 years ago