summaryrefslogtreecommitdiff
path: root/tests/regressiontests/app_loading
AgeCommit message (Expand)Author
2012-03-09Removed executable bits from some files that don't need them.Ramiro Morales
2011-11-27Removed tests of the globbing feature that was removed at r17158. Refs #16247.Aymeric Augustin
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-04-27Refs #15093 -- Fixed another get_models call missed in r16053. Thanks Luke fo...Carl Meyer
2011-04-27Fixed #15903 -- Allowed not-installed models to still be referenced in relate...Carl Meyer
2011-04-20Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning...Carl Meyer
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-11-02Properly handle the fact that lists are mutable when trying to maintain state...Alex Gaynor
2010-11-02Migrated app_loading doctests.Russell Keith-Magee
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-04-21Fixed #13389 -- Ensured that the app_loading test clears out the app cache at...Russell Keith-Magee
2010-04-15Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...Karen Tracey
2010-02-26Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...Russell Keith-Magee
2010-02-03Corrected app_loading test so it does not generate a key error when TZ is not...Karen Tracey
2009-03-18Fixed #10526 -- More fixes when specifying installed apps using "foo.*".Malcolm Tredinnick
2009-03-10Fixed #10439 -- Fixed a subtle test failure caused by r9994.Malcolm Tredinnick
2009-03-08Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits in names.Malcolm Tredinnick