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
/
db_utils
Age
Commit message (
Collapse
)
Author
2022-05-13
Added backward compatibility test for ConnectionHandler.databases property.
Nick Pope
The ConnectionHandler.databases property is no longer used within Django, but it is maintained for backward compatibility with 3rd party packages that have used this private API in the past.
2022-03-17
Moved ensure_defaults() and prepare_test_settings() logic to ↵
Florian Apolloner
ConnectionHandler.configure_settings().
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