summaryrefslogtreecommitdiff
path: root/tests/backends/test_utils.py
AgeCommit message (Expand)Author
2017-11-14Fixed #28792 -- Fixed index name truncation of namespaced tables.Simon Charette
2017-08-12Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.Mariusz Felisiak
2017-08-08Refs #23766 -- Added tests for CursorWrapper.callproc().Mariusz Felisiak
2017-06-21Reorganized backends tests.Mariusz Felisiak
2017-04-25Added test for reraising backend-specific database exceptions.Mariusz Felisiak
2017-02-17Fixed #27843 -- Fixed truncate_name() when the name contains a username.Mariusz Felisiak
2017-02-16Added tests for db.backends.utils.truncate_name().Mariusz Felisiak
2017-01-24Tidied djang.db.utils.load_backend().Tim Graham
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-07-17Fixed db.utils.load_backend() on non-ASCII paths.Tim Graham
2015-07-15Filtered out 'base' from database backend choices error message.Tim Graham