index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added backward compatibility test for ConnectionHandler.databases property.
Nick Pope
2022-05-13
1
-0
/
+3
*
Made closing in connection handlers more DRY.
Nick Pope
2022-05-12
1
-8
/
+0
*
Moved ensure_defaults() and prepare_test_settings() logic to ConnectionHandle...
Florian Apolloner
2022-03-17
1
-44
/
+25
*
Removed usage of django.db.utils.ConnectionHandler.databases.
Florian Apolloner
2022-03-17
1
-3
/
+3
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-41
/
+46
*
Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.
Przemysław Suliga
2021-12-01
1
-0
/
+1
*
Refs #25175 -- Removed postgresql_psycopg2 in django.db.utils.load_backend().
Mariusz Felisiak
2021-01-06
1
-1
/
+1
*
Simplified django.db.utils.load_backend().
William Schwartz
2021-01-04
1
-3
/
+2
*
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-12-08
1
-54
/
+29
*
Fixed #32197 -- Improved error message when loading a database backend fails.
Hasan Ramezani
2020-11-16
1
-2
/
+4
*
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Jon Dufresne
2019-11-20
1
-2
/
+9
*
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-20
1
-2
/
+8
*
Fixed #30071 -- Fixed error message when a 'default' database isn't provided.
Benjy Weinberger
2019-01-09
1
-3
/
+2
*
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
Tom
2018-04-19
1
-2
/
+2
*
Refs #23919 -- Used "raise from" instead of __cause__ in reraising backend-sp...
Mariusz Felisiak
2017-04-25
1
-2
/
+1
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-7
/
+5
*
Tidied djang.db.utils.load_backend().
Tim Graham
2017-01-24
1
-15
/
+11
*
Refs #23919 -- Removed __traceback__ setting needed for Python 2.
Tim Graham
2017-01-24
1
-2
/
+0
*
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-22
1
-2
/
+1
*
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
1
-3
/
+2
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-3
/
+3
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-1
/
+1
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-1
/
+1
*
Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions.
Raphaël Hertzog
2015-12-03
1
-0
/
+2
*
Refs #24351 -- Removed support for the old allow_migrate() signature per depr...
Tim Graham
2015-09-23
1
-23
/
+1
*
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-08-07
1
-2
/
+10
*
Fixed db.utils.load_backend() on non-ASCII paths.
Tim Graham
2015-07-17
1
-2
/
+2
*
Filtered out 'base' from database backend choices error message.
Tim Graham
2015-07-15
1
-1
/
+1
*
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-24
1
-3
/
+3
*
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-06-15
1
-2
/
+10
*
Fixed flake8 warnings on Python 3.
Tim Graham
2015-06-15
1
-1
/
+1
*
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-17
1
-1
/
+1
*
Fixed #24394 -- Allowed running tests with empty default dictionary.
Andrei Kulakov
2015-03-25
1
-0
/
+3
*
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-20
1
-6
/
+29
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-4
/
+3
*
Removed support for old-style test database settings per deprecation timeline.
Tim Graham
2015-01-17
1
-39
/
+0
*
Removed fallback suport for allow_syncdb() in database routers per deprecatio...
Tim Graham
2015-01-17
1
-8
/
+1
*
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
Loic Bistuer
2015-01-10
1
-2
/
+2
*
Fixed #21255 -- Closed connections after management command ran
Claude Paroz
2014-12-29
1
-0
/
+8
*
Restored the 'TEST_' prefix in the warning about deprecated test database set...
Shai Berger
2014-12-01
1
-1
/
+1
*
Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.
Anubhav Joshi
2014-07-03
1
-4
/
+4
*
Silenced deprecation warnings for refs #22811 and fixed build.
Tim Graham
2014-06-12
1
-1
/
+1
*
Fixed #22811 -- Allowed setting both the old and new TEST database settings.
Tim Graham
2014-06-12
1
-7
/
+19
*
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-06-11
1
-0
/
+1
*
Removed deprecated TRANSACTIONS_MANAGED setting.
Aymeric Augustin
2014-03-21
1
-6
/
+1
*
Fixed the last fix for database test settings to work with Python3.
Shai Berger
2014-03-09
1
-1
/
+1
*
Fixed test breakage following test-settings enhancements
Shai Berger
2014-03-09
1
-0
/
+3
*
Reorganized the database test settings
Shai Berger
2014-03-09
1
-2
/
+36
*
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-08
1
-2
/
+3
*
Silence deprecation warnings.
Marc Tamlyn
2014-02-09
1
-2
/
+2
[next]