summaryrefslogtreecommitdiff
path: root/tests/regressiontests/app_loading
AgeCommit message (Expand)Author
2010-12-04[1.2.X] Removed all usages of deprecated TestCase methods (self.fail*). This...Alex Gaynor
2010-11-02[1.2.X] Properly handle the fact that lists are mutable when trying to mainta...Alex Gaynor
2010-11-02[1.2.X] Migrated app_loading doctests.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