summaryrefslogtreecommitdiff
path: root/tests/backends/test_utils.py
AgeCommit message (Collapse)Author
2017-02-17[1.11.x] Fixed #27843 -- Fixed truncate_name() when the name contains a ↵Mariusz Felisiak
username. Backport of b9351905721771fb49ea0020c751ae4280754c43 from master
2017-02-17[1.11.x] Added tests for db.backends.utils.truncate_name().Mariusz Felisiak
Backport of 1f7ca858664491589ba400419a491dd0a9af5dff from master
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