summaryrefslogtreecommitdiff
path: root/tests/regressiontests/multiple_database/models.py
AgeCommit message (Expand)Author
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2010-10-28Fixed #14471 -- Corrected a regression in the use of methods on custom manage...Russell Keith-Magee
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-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