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
/
django
/
db
/
__init__.py
Age
Commit message (
Expand
)
Author
2024-06-24
Fixed #35547 -- Added reset_queries to django.db.__all__.
AjmalPonneth
2024-01-22
Fixed #35130 -- Doc'd django.db.close_old_connections().
Salvo Polizzi
2022-03-17
Prevented initialization of unused database connections.
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
2019-02-20
Removed an outdated comment on DefaultConnectionProxy.
Ran Benita
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-26
Removed missing name in django.db __all__.
Adam Chainz
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-05-17
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2014-06-11
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-06-07
Fixed #3711, #6734, #12581 -- Bounded connection.queries.
Aymeric Augustin
2014-03-21
Removed unused imports.
Tim Graham
2014-03-21
Removed django.db.backend per deprecation timeline.
Aymeric Augustin
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
Fixed a bug I introduced in my previosu ommit.
Alex Gaynor
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-05-23
Delayed settings.DATABASE_ROUTERS usage by ConnectionRouter
Claude Paroz
2013-05-23
Delayed settings.DATABASES usage by ConnectionHandler
Claude Paroz
2013-05-23
Fixed #20474 -- Proxied and deprecated django.db.backend
Claude Paroz
2013-03-11
Added some assertions to enforce the atomicity of atomic.
Aymeric Augustin
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-01
Added import forgotten in 2ee21d9.
Aymeric Augustin
2013-02-28
Fixed tests broken in 2ee21d9.
Aymeric Augustin
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-27
Refactored database exceptions wrapping.
Aymeric Augustin
2013-02-13
Removed try-except in django.db.close_connection()
Anssi Kääriäinen
2013-02-10
Fixed #19707 -- Reset transaction state after requests
Anssi Kääriäinen
2012-10-28
Fixed #18575 -- Empty DATABASES should default to dummy backend
Claude Paroz
2011-12-16
Fixed #17258 -- Moved `threading.local` from `DatabaseWrapper` to the `django...
Julien Phalip
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-30
Removed legacy handing for `settings.DATABAS_*` and using short-form referenc...
Alex Gaynor
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-02-19
Fixed #15336 -- Silenced a warning about the DATABASES transition when a data...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-06
Fixed #14395 -- Fixed typo in error message in db/__init__.py. Thanks, agabel
Adrian Holovaty
2010-08-05
Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted ...
Russell Keith-Magee
2010-01-29
Fixed #12702 -- Introduced a common implementation of DatabaseError and Integ...
Russell Keith-Magee
2010-01-22
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2009-12-28
Fixed #12452 -- Ensured that all connections are closed when a request is fin...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-04-16
Fixed #10833 -- Corrected load_backend so that it actually loads the requeste...
Russell Keith-Magee
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-13
Improved the error message in case of an invalid DATABASE_BACKEND to ignore '...
Adrian Holovaty
2009-03-13
Fixed #10487 -- Refactored the database-backend-selection logic into a functi...
Adrian Holovaty
2009-03-11
Fixed #10459 -- Refactored the internals of database connection objects so th...
Adrian Holovaty
[next]