Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed a regression in router initializationClaude Paroz2013-05-241-2/+3
* Delayed settings.DATABASE_ROUTERS usage by ConnectionRouterClaude Paroz2013-05-231-4/+13
* Delayed settings.DATABASES usage by ConnectionHandlerClaude Paroz2013-05-231-6/+18
* Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin2013-05-091-1/+1
* Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin2013-03-111-0/+8
* Fixed tests broken in 2ee21d9.Aymeric Augustin2013-02-281-0/+3
* Implemented persistent database connections.Aymeric Augustin2013-02-281-4/+11
* Fixed two bugs in 59a35208.Aymeric Augustin2013-02-271-2/+7
* Refactored database exceptions wrapping.Aymeric Augustin2013-02-271-4/+76
* Removed try-except in django.db.close_connection()Anssi Kääriäinen2013-02-121-3/+0
* Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen2013-02-101-0/+3
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-11/+2
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-1/+2
* Fixed #18575 -- Empty DATABASES should default to dummy b...Claude Paroz2012-10-281-1/+8
* Used pkgutil to get list of backend modulesClaude Paroz2012-10-071-3/+4
* Removed ad-hoc support for usage of short names of built-...Ramiro Morales2012-10-071-16/+7
* Ensure we ignore __pycache__ PEP 3174 dirs in a few more ...Ramiro Morales2012-10-061-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-2/+2
* Fixed #17047 -- Improved django.db.utils.load_backend to ...Jannis Leidel2011-12-251-6/+16
* Fixed #17258 -- Moved `threading.local` from `DatabaseWra...Julien Phalip2011-12-161-4/+8
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-1/+1
* Removed legacy handing for `settings.DATABAS_*` and using...Alex Gaynor2011-03-301-36/+24
* Fixed #15621 -- Fixed potentially confusing error message...Adrian Holovaty2011-03-171-0/+2
* Changed django/db/utils.py load_backend() to call sorted(...Adrian Holovaty2011-03-161-2/+1
* Fixed the world's ugliest syntax (that's not an actual er...Alex Gaynor2010-12-081-2/+1
* Fixed #14870 -- don't catch AttributeErrors in database r...Alex Gaynor2010-12-081-9/+17
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-1/+1
* Fixed #14381 -- Clarified exception handling when instant...Russell Keith-Magee2010-10-081-1/+3
* Fixed #12702 -- Introduced a common implementation of Dat...Russell Keith-Magee2010-01-291-0/+13
* Fixed #12718 -- Tighten up the error handling when loadin...Russell Keith-Magee2010-01-281-2/+3
* Fixed #12693 -- Improved error handling when there is an ...Russell Keith-Magee2010-01-271-3/+8
* Made the database master router tolerant of router defini...Russell Keith-Magee2010-01-271-9/+21
* Fixed #12672 -- Added the ability to configure which appl...Russell Keith-Magee2010-01-251-0/+7
* Fixed #12542 -- Added the TEST_MIRROR setting, allowing t...Russell Keith-Magee2010-01-251-0/+1
* Fixed #12540, #12541 -- Added database routers, allowing ...Russell Keith-Magee2010-01-221-0/+38
* Fixed #12558 -- Improved error handling when processing D...Russell Keith-Magee2010-01-111-1/+1
* Fixed #12428: Ensured that the dummy backend is installed...Russell Keith-Magee2009-12-241-1/+3
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+82