index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
utils.py
Age
Commit message (
Expand
)
Author
2011-03-17
Fixed #15621 -- Fixed potentially confusing error message in db backend loadi...
Adrian Holovaty
2011-03-16
Changed django/db/utils.py load_backend() to call sorted() instead of .sort()...
Adrian Holovaty
2010-12-08
Fixed the world's ugliest syntax (that's not an actual error) that snuck in w...
Alex Gaynor
2010-12-08
Fixed #14870 -- don't catch AttributeErrors in database router methods, inste...
Alex Gaynor
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-08
Fixed #14381 -- Clarified exception handling when instantiating Routers. Than...
Russell Keith-Magee
2010-01-29
Fixed #12702 -- Introduced a common implementation of DatabaseError and Integ...
Russell Keith-Magee
2010-01-28
Fixed #12718 -- Tighten up the error handling when loading database routers. ...
Russell Keith-Magee
2010-01-27
Fixed #12693 -- Improved error handling when there is an error setting up the...
Russell Keith-Magee
2010-01-27
Made the database master router tolerant of router definitions that omit indi...
Russell Keith-Magee
2010-01-25
Fixed #12672 -- Added the ability to configure which applications are availab...
Russell Keith-Magee
2010-01-25
Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...
Russell Keith-Magee
2010-01-22
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2010-01-11
Fixed #12558 -- Improved error handling when processing DATABASES setting. Th...
Russell Keith-Magee
2009-12-24
Fixed #12428: Ensured that the dummy backend is installed correctly on a fres...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee