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
/
tests
/
regressiontests
/
multiple_database
/
tests.py
Age
Commit message (
Expand
)
Author
2011-01-14
[1.2.X] Fixed #14948 -- Fixed a couple of cases where invalid model classes w...
Ramiro Morales
2011-01-14
[1.2.X] Enhanced tests for r14857 added in r15185. Refs #14870. Thanks Harm G...
Ramiro Morales
2011-01-13
[1.2.X] Fixed #13668 -- Corrected database router methods invocation for Many...
Ramiro Morales
2010-11-16
[1.2.X] Fixed #14691 -- Made ForeignKey.validate() use the right database. Th...
Ramiro Morales
2010-11-12
[1.2.X] Backport of r14545 from trunk.
Ian Kelly
2010-10-28
[1.2.X] Fixed #14471 -- Corrected a regression in the use of methods on custo...
Russell Keith-Magee
2010-10-21
[1.2.X] Ensure the mutliple_database tests leave the settings in the same sta...
Alex Gaynor
2010-08-20
[1.2.X] Fixed #14068 -- Corrected error handling in loaddata when an allow_sy...
Russell Keith-Magee
2010-06-05
Fixed #13697 -- Modified multiple_database test to avoid a failure observed u...
Russell Keith-Magee
2010-06-05
Migrated multiple_database tests to use new stdout argument on management com...
Russell Keith-Magee
2010-05-11
Fixed #13513 -- Ensured that queries collecting deleted objects are issued on...
Russell Keith-Magee
2010-04-28
Fixed #13432 -- Corrected the logic for router use on OneToOne fields; also a...
Russell Keith-Magee
2010-04-16
Fixed #13358 -- Ensured that db_manager() can be used to override database ro...
Russell Keith-Magee
2010-04-09
Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...
Russell Keith-Magee
2010-03-31
Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...
Russell Keith-Magee
2010-03-10
Fixed #12717 -- Corrected a problem with subqueries when using multidb routin...
Russell Keith-Magee
2010-03-07
Fixed #13003 -- Ensured that ._state.db is set correctly for select_related()...
Russell Keith-Magee
2010-02-22
Fixed #12864 -- Corrected handling of new user creation when a multi-database...
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-22
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee