index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
db_utils
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-05-13
Added backward compatibility test for ConnectionHandler.databases property.
Nick Pope
2022-03-17
Moved ensure_defaults() and prepare_test_settings() logic to ConnectionHandle...
Florian Apolloner
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-12-08
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-12-08
Refs #32233 -- Added tests for nonexistent cache and databases aliases.
Mariusz Felisiak
2020-11-16
Fixed #32197 -- Improved error message when loading a database backend fails.
Hasan Ramezani
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-01-09
Fixed #30071 -- Fixed error message when a 'default' database isn't provided.
Benjy Weinberger
2019-01-09
Fixed #30087 -- Tested error handling for empty 'default' database.
Benjy Weinberger
2019-01-02
Added __init__.py for db_utils tests.
Tim Graham
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-06-21
Reorganized backends tests.
Mariusz Felisiak