summaryrefslogtreecommitdiff
path: root/tests/regressiontests/multiple_database
AgeCommit message (Expand)Author
2009-12-21[soc2009/multidb] A couple of cleanups of multi-db support for raw queries, i...Alex Gaynor
2009-12-21[soc2009/multidb] Remove cross database protection. This will be readded in ...Alex Gaynor
2009-12-21[soc2009/multidb] Correct the handling of raw and defered fields with multi-db.Alex Gaynor
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-12-16[soc2009/multidb] Fixed a problem with m2m descriptors not sticking to the ri...Alex Gaynor
2009-11-23[soc2009/multidb] Added test cases for cross-database assignment. Patch from...Alex Gaynor
2009-11-23[soc2009/multidb] Made instances sticky to the database that created them.Alex Gaynor
2009-11-23[soc2009/multidb] Updated testing services to handle multiple databases bette...Alex Gaynor
2009-11-21[soc2009/multidb] Split SQL construction into two seperate classes, the Query...Alex Gaynor
2009-08-09[soc2009/multidb] Added tests for using foreign keys across multipled databas...Alex Gaynor
2009-08-05[soc2009/multidb] Removed several tests that were no longer needed as they're...Alex Gaynor
2009-07-20[soc2009/multidb] Correctly handle pickling of Query objects, restoring them ...Alex Gaynor
2009-07-19[soc2009/multidb] Raise an exception at an attempt to do a subquery with 2 di...Alex Gaynor
2009-07-01[soc2009/multidb] Added a using option to a Model's Meta class. This allows ...Alex Gaynor
2009-06-19[soc2009/multidb] Added tests to ensure that objects aren't being created bef...Alex Gaynor
2009-06-18[soc2009/multidb] Ensure that when a QuerySet is given a Query object in its ...Alex Gaynor
2009-06-07[soc2009/multidb] Updated DateQuery to work correctly with multiple databasesAlex Gaynor
2009-06-06[soc2009/multidb] Fixed the usage of the connection during Query construction...Alex Gaynor
2009-06-04[soc2009/multidb] Made filter SQL generation lazy when we aren't filtering on...Alex Gaynor
2009-06-04[soc2009/multidb] Fixed the usage of using() on QuerySets in conjuction with ...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