index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
backends
/
test_utils.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-12
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2017-11-14
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Simon Charette
2017-08-12
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
Mariusz Felisiak
2017-08-08
Refs #23766 -- Added tests for CursorWrapper.callproc().
Mariusz Felisiak
2017-06-21
Reorganized backends tests.
Mariusz Felisiak
2017-04-25
Added test for reraising backend-specific database exceptions.
Mariusz Felisiak
2017-02-17
Fixed #27843 -- Fixed truncate_name() when the name contains a username.
Mariusz Felisiak
2017-02-16
Added tests for db.backends.utils.truncate_name().
Mariusz Felisiak
2017-01-24
Tidied djang.db.utils.load_backend().
Tim Graham
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-07-17
Fixed db.utils.load_backend() on non-ASCII paths.
Tim Graham
2015-07-15
Filtered out 'base' from database backend choices error message.
Tim Graham