summaryrefslogtreecommitdiff
path: root/tests/backends/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* Fixed #28792 -- Fixed index name truncation of namespaced tables.Simon Charette2017-11-141-1/+9
* Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.Mariusz Felisiak2017-08-121-3/+15
* Refs #23766 -- Added tests for CursorWrapper.callproc().Mariusz Felisiak2017-08-081-1/+26
* Reorganized backends tests.Mariusz Felisiak2017-06-211-27/+32
* Added test for reraising backend-specific database exceptions.Mariusz Felisiak2017-04-251-2/+18
* Fixed #27843 -- Fixed truncate_name() when the name contains a username.Mariusz Felisiak2017-02-171-0/+4
* Added tests for db.backends.utils.truncate_name().Mariusz Felisiak2017-02-161-0/+7
* Tidied djang.db.utils.load_backend().Tim Graham2017-01-241-3/+3
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-3/+2
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-1/+1
* Fixed db.utils.load_backend() on non-ASCII paths.Tim Graham2015-07-171-4/+3
* Filtered out 'base' from database backend choices error message.Tim Graham2015-07-151-0/+17