summaryrefslogtreecommitdiff
path: root/django/db/utils.py
AgeCommit message (Expand)Author
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