summaryrefslogtreecommitdiff
path: root/tests/regressiontests/app_loading
AgeCommit message (Collapse)Author
2009-03-18Fixed #10526 -- More fixes when specifying installed apps using "foo.*".Malcolm Tredinnick
This adds a case that was missed in r9924: underscore handling. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-10Fixed #10439 -- Fixed a subtle test failure caused by r9994.Malcolm Tredinnick
Thanks to Ramiro Morales for debugging what was going on here. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10015 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-08Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits in names.Malcolm Tredinnick
Patch from carljm. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9994 bcc190cf-cafb-0310-a4f2-bffc1f526a37