Mariusz Felisiak
|
b935190572
|
Fixed #27843 -- Fixed truncate_name() when the name contains a username.
|
2017-02-17 09:24:55 -05:00 |
Mariusz Felisiak
|
1f7ca85866
|
Added tests for db.backends.utils.truncate_name().
|
2017-02-16 17:14:02 -05:00 |
Tim Graham
|
a87d6b69a7
|
Tidied djang.db.utils.load_backend().
Removed an unneeded EnvironmentError catching and used
"raise from exc" syntax.
|
2017-01-24 08:33:26 -05:00 |
Claude Paroz
|
c716fe8782
|
Refs #23919 -- Removed six.PY2/PY3 usage
Thanks Tim Graham for the review.
|
2017-01-18 16:21:28 +01:00 |
Caio Ariede
|
ec9004728e
|
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
|
2015-08-07 09:33:17 -04:00 |
Tim Graham
|
28ee511b7e
|
Fixed db.utils.load_backend() on non-ASCII paths.
|
2015-07-17 08:21:43 -04:00 |
Tim Graham
|
bbbb7ce115
|
Filtered out 'base' from database backend choices error message.
|
2015-07-15 10:51:26 -04:00 |