summaryrefslogtreecommitdiff
path: root/django/db/utils.py
AgeCommit message (Expand)Author
2013-10-26[1.6.x] Removed relative usage of import_moduleClaude Paroz
2013-09-17[1.6.x] Fixed #21109 -- made db cursor error wrapping fasterAnssi Kääriäinen
2013-06-04Fixed #17601 -- expose underlying db exceptions under py2James Aylett
2013-05-24Fixed a regression in router initializationClaude Paroz
2013-05-23Delayed settings.DATABASE_ROUTERS usage by ConnectionRouterClaude Paroz
2013-05-23Delayed settings.DATABASES usage by ConnectionHandlerClaude Paroz
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-03-11Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin
2013-02-28Fixed tests broken in 2ee21d9.Aymeric Augustin
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-27Fixed two bugs in 59a35208.Aymeric Augustin
2013-02-27Refactored database exceptions wrapping.Aymeric Augustin
2013-02-13Removed try-except in django.db.close_connection()Anssi Kääriäinen
2013-02-10Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-10-28Fixed #18575 -- Empty DATABASES should default to dummy backendClaude Paroz
2012-10-07Used pkgutil to get list of backend modulesClaude Paroz
2012-10-06Removed ad-hoc support for usage of short names of built-in DB backends.Ramiro Morales
2012-10-06Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.Ramiro Morales
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2011-12-25Fixed #17047 -- Improved django.db.utils.load_backend to raise a better excep...Jannis Leidel
2011-12-16Fixed #17258 -- Moved `threading.local` from `DatabaseWrapper` to the `django...Julien Phalip
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-03-30Removed legacy handing for `settings.DATABAS_*` and using short-form referenc...Alex Gaynor
2011-03-17Fixed #15621 -- Fixed potentially confusing error message in db backend loadi...Adrian Holovaty
2011-03-16Changed django/db/utils.py load_backend() to call sorted() instead of .sort()...Adrian Holovaty
2010-12-08Fixed the world's ugliest syntax (that's not an actual error) that snuck in w...Alex Gaynor
2010-12-08Fixed #14870 -- don't catch AttributeErrors in database router methods, inste...Alex Gaynor
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-08Fixed #14381 -- Clarified exception handling when instantiating Routers. Than...Russell Keith-Magee
2010-01-29Fixed #12702 -- Introduced a common implementation of DatabaseError and Integ...Russell Keith-Magee
2010-01-28Fixed #12718 -- Tighten up the error handling when loading database routers. ...Russell Keith-Magee
2010-01-27Fixed #12693 -- Improved error handling when there is an error setting up the...Russell Keith-Magee
2010-01-27Made the database master router tolerant of router definitions that omit indi...Russell Keith-Magee
2010-01-25Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee
2010-01-25Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...Russell Keith-Magee
2010-01-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2010-01-11Fixed #12558 -- Improved error handling when processing DATABASES setting. Th...Russell Keith-Magee
2009-12-24Fixed #12428: Ensured that the dummy backend is installed correctly on a fres...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee