summaryrefslogtreecommitdiff
path: root/tests/regressiontests/multiple_database/tests.py
AgeCommit message (Expand)Author
2010-05-11Fixed #13513 -- Ensured that queries collecting deleted objects are issued on...Russell Keith-Magee
2010-04-28Fixed #13432 -- Corrected the logic for router use on OneToOne fields; also a...Russell Keith-Magee
2010-04-16Fixed #13358 -- Ensured that db_manager() can be used to override database ro...Russell Keith-Magee
2010-04-09Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...Russell Keith-Magee
2010-03-31Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...Russell Keith-Magee
2010-03-10Fixed #12717 -- Corrected a problem with subqueries when using multidb routin...Russell Keith-Magee
2010-03-07Fixed #13003 -- Ensured that ._state.db is set correctly for select_related()...Russell Keith-Magee
2010-02-22Fixed #12864 -- Corrected handling of new user creation when a multi-database...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-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee