summaryrefslogtreecommitdiff
path: root/tests/regressiontests/multiple_database/models.py
AgeCommit message (Expand)Author
2009-12-18[soc2009/multidb] Cleaned up the interaction between managers and the using(...Alex Gaynor
2009-12-17[soc2009/multidb] Modified using= arguments to default to None; modified quer...Alex Gaynor
2009-12-17[soc2009/multidb] Add multi-db support to fixture loading. Involves a rework ...Alex Gaynor
2009-12-17[soc2009/multidb] Updated contrib.auth User model for multi-db support. Patc...Alex Gaynor
2009-12-17[soc2009/multidb] Updated content types to be multidb aware. Patch from Russ...Alex Gaynor
2009-11-23[soc2009/multidb] Added test cases for cross-database assignment. Patch from...Alex Gaynor
2009-11-23[soc2009/multidb] Updated testing services to handle multiple databases bette...Alex Gaynor
2009-08-09[soc2009/multidb] Added tests for using foreign keys across multipled databas...Alex Gaynor
2009-07-01[soc2009/multidb] Added a using option to a Model's Meta class. This allows ...Alex Gaynor
2009-06-04[soc2009/multidb] Made filter SQL generation lazy when we aren't filtering on...Alex Gaynor
2009-06-03[soc2009/multidb] Updated the test runner to support syncing all the database...Alex Gaynor
2009-06-03[soc2009/multidb] Implemented a connections object that is responsible for tr...Alex Gaynor