summaryrefslogtreecommitdiff
path: root/django/db/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #12702 -- Introduced a common implementation of DatabaseError and Integ...Russell Keith-Magee2010-01-291-0/+13
* Fixed #12718 -- Tighten up the error handling when loading database routers. ...Russell Keith-Magee2010-01-281-2/+3
* Fixed #12693 -- Improved error handling when there is an error setting up the...Russell Keith-Magee2010-01-271-3/+8
* Made the database master router tolerant of router definitions that omit indi...Russell Keith-Magee2010-01-271-9/+21
* Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee2010-01-251-0/+7
* Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...Russell Keith-Magee2010-01-251-0/+1
* Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee2010-01-221-0/+38
* Fixed #12558 -- Improved error handling when processing DATABASES setting. Th...Russell Keith-Magee2010-01-111-1/+1
* Fixed #12428: Ensured that the dummy backend is installed correctly on a fres...Russell Keith-Magee2009-12-241-1/+3
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+82