summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2009-12-22[soc2009/multidb] Updated defer_regress tests to reflect extra models in mult...Alex Gaynor
2009-12-22[soc2009/multidb] Merged up to trunk r11938.Alex Gaynor
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-19[soc2009/multidb] Merged up to trunk r11917.Alex Gaynor
2009-12-19[soc2009/multidb] Fixed #12402 -- `QuerySet.defer` now interacts properly wit...Justin Bronn
2009-12-18[soc2009/multidb] Cleaned up the interaction between managers and the using(...Alex Gaynor
2009-12-17[soc2009/multidb] Merged up to trunk r11901.Alex Gaynor
2009-12-17[soc2009/multidb] Merged up to trunk r11900.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-17[soc2009/multidb] Merged up to trunk r11885.Alex Gaynor
2009-12-16[soc2009/multidb] Fixed a problem with m2m descriptors not sticking to the ri...Alex Gaynor
2009-12-14[soc2009/multidb] Merged up to trunk r11864.Alex Gaynor
2009-12-13[soc2009/multidb] Merged up to trunk r11858.Alex Gaynor
2009-12-12[soc2009/multidb] Merged in all of Justin Bronn's GIS work. Multidb should ...Alex Gaynor
2009-12-12[soc2009/multidb] Merged up to trunk r11810. There are many conflicts in thi...Alex Gaynor
2009-12-09[soc2009/multidb] Merged up to trunk r11804.Alex Gaynor
2009-12-03[soc2009/multidb] Merged up to trunk r11785.Alex Gaynor
2009-11-23[soc2009/multidb] Resolved a number of strange merge conflicts that had arise...Alex Gaynor
2009-11-23[soc2009/multidb] Renaming of database attributes - you now use NAME, ENGINE,...Alex Gaynor
2009-11-23[soc2009/multidb] Added test cases for cross-database assignment. Patch from...Alex Gaynor
2009-11-23[soc2009/multidb] Cleaned up check in aggregation_regress to remove the assum...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-23[soc2009/multidb] Merged up to trunk r11760.Alex Gaynor
2009-11-21[soc2009/multidb] Split SQL construction into two seperate classes, the Query...Alex Gaynor
2009-11-21[soc2009/multidb] Merged up to trunk r11756.Alex Gaynor
2009-10-09[soc2009/multidb] Updated to trunk r11603. This includes a critical security...Alex Gaynor
2009-08-09[soc2009/multidb] Added tests for using foreign keys across multipled databas...Alex Gaynor
2009-08-09[soc2009/multidb] Fix the extra_regress tests to be more forward compatible.Alex Gaynor
2009-08-06[soc2009/multidb] Fixed some exceptionally weird merging that git did. Bad git.Alex Gaynor
2009-08-06[soc2009/multidb] Fix the remaining tests that were depending on the out of d...Alex Gaynor
2009-08-06[soc2009/multidb] Fix a number of tests that were looking at settings.DATABAS...Alex Gaynor
2009-08-05[soc2009/multidb] Removed several tests that were no longer needed as they're...Alex Gaynor
2009-08-01[soc2009/multidb] Switched from using an ugly hacky wrapper to a Metaclass fo...Alex Gaynor
2009-07-31[soc2009/multidb] Updated to trunk r11371.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-17[soc2009/multidb] Added connection parameter to the get_db_prep_* family of f...Alex Gaynor
2009-07-16[soc2009/multidb] Merged up to trunk r11251.Alex Gaynor
2009-07-16[soc2009/multidb] Merged up to trunk r11240.Alex Gaynor
2009-07-09[soc2009/multidb] Merged up to trunk r11205Alex Gaynor
2009-07-01[soc2009/multidb] Added a using option to a Model's Meta class. This allows ...Alex Gaynor
2009-07-01[soc2009/multidb] Merged up to trunk r11127Alex Gaynor
2009-06-19[soc2009/multidb] Fixed running the admin_scripts tests under sqlite without ...Alex Gaynor
2009-06-19[soc2009/multidb] Added tests to ensure that objects aren't being created bef...Alex Gaynor