Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports in __init__.py files.Tim Graham2015-06-271-5/+6
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-4/+3
* Fixed #21430 -- Added a RuntimeWarning when unpickling Mo...Anubhav Joshi2014-06-111-4/+5
* Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin2014-06-071-1/+1
* Removed unused imports.Tim Graham2014-03-221-5/+1
* Removed django.db.backend per deprecation timeline.Aymeric Augustin2014-03-211-24/+0
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-20/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-7/+15
* Fixed a bug I introduced in my previosu ommit.Alex Gaynor2013-07-081-0/+7
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-2/+2
* Delayed settings.DATABASE_ROUTERS usage by ConnectionRouterClaude Paroz2013-05-231-2/+1
* Delayed settings.DATABASES usage by ConnectionHandlerClaude Paroz2013-05-231-6/+1
* Fixed #20474 -- Proxied and deprecated django.db.backendClaude Paroz2013-05-231-1/+23
* Added some assertions to enforce the atomicity of atomic.Aymeric Augustin2013-03-111-0/+1
* Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-11/+0
* Added import forgotten in 2ee21d9.Aymeric Augustin2013-03-011-0/+2
* Fixed tests broken in 2ee21d9.Aymeric Augustin2013-02-281-0/+3
* Implemented persistent database connections.Aymeric Augustin2013-02-281-5/+16
* Refactored database exceptions wrapping.Aymeric Augustin2013-02-271-2/+5
* Removed try-except in django.db.close_connection()Anssi Kääriäinen2013-02-121-8/+5
* Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen2013-02-101-2/+11
* Fixed #18575 -- Empty DATABASES should default to dummy b...Claude Paroz2012-10-281-1/+1
* Fixed #17258 -- Moved `threading.local` from `DatabaseWra...Julien Phalip2011-12-161-2/+14
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-2/+2
* Removed legacy handing for `settings.DATABAS_*` and using...Alex Gaynor2011-03-301-50/+0
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-1/+0
* Fixed #15336 -- Silenced a warning about the DATABASES tr...Russell Keith-Magee2011-02-191-5/+6
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-3/+3
* Fixed #14395 -- Fixed typo in error message in db/__init_...Adrian Holovaty2010-10-061-1/+1
* Fixed #13610 -- Improved error reporting when the ENGINE ...Russell Keith-Magee2010-08-051-0/+2
* Fixed #12702 -- Introduced a common implementation of Dat...Russell Keith-Magee2010-01-291-3/+2
* Fixed #12540, #12541 -- Added database routers, allowing ...Russell Keith-Magee2010-01-221-3/+3
* Fixed #12452 -- Ensured that all connections are closed w...Russell Keith-Magee2009-12-281-3/+4
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-47/+66
* Fixed #10833 -- Corrected load_backend so that it actuall...Russell Keith-Magee2009-04-161-1/+1
* Fixed #8193: all dynamic imports in Django are now done c...Jacob Kaplan-Moss2009-03-181-2/+3
* Improved the error message in case of an invalid DATABASE...Adrian Holovaty2009-03-131-1/+2
* Fixed #10487 -- Refactored the database-backend-selection...Adrian Holovaty2009-03-131-24/+26
* Fixed #10459 -- Refactored the internals of database conn...Adrian Holovaty2009-03-111-2/+16
* Fixed #8706 -- Improved the way we detect available datab...Malcolm Tredinnick2009-03-011-1/+2
* Fixed #8238 -- If an invalid database backend is mentione...Malcolm Tredinnick2008-08-171-1/+4
* Fixed #8315 -- If an exception is raised whilst trying to...Malcolm Tredinnick2008-08-161-1/+4
* Corrected a problem with the error message when the nomin...Russell Keith-Magee2008-08-111-1/+1
* Fixed #5461 -- Refactored the database backend code to us...Russell Keith-Magee2008-08-111-20/+2
* Major refactoring of django.dispatch with an eye towards ...Jacob Kaplan-Moss2008-08-061-6/+7
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-5/+9
* Fixed #6147 -- Typo fix (that amazingly didn't stop the c...Malcolm Tredinnick2007-12-091-2/+2
* Fixed #5454: settings.DATABASE_BACKEND may now refer to a...Jacob Kaplan-Moss2007-09-151-17/+38
* Fixed #3450 -- Exposed IntegrityError in a backend-neutra...Malcolm Tredinnick2007-04-251-1/+2