summaryrefslogtreecommitdiff
path: root/tests/regressiontests/app_loading
AgeCommit message (Expand)Author
2010-06-22rewrite app globbing doctest to unittestArthur Koziel
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