django/tests/regressiontests/app_loading
Russell Keith-Magee afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
assert_ -> assertTrue
 assertEquals -> assertEqual
 failUnless -> assertTrue

For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-03 15:04:39 +00:00
..
eggs Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramiro and metzen for pointers on how to find out if a module loaded from an egg has a particular submodule. 2010-04-15 18:44:51 +00:00
parent Fixed #10526 -- More fixes when specifying installed apps using "foo.*". 2009-03-18 00:59:40 +00:00
__init__.py Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits in names. 2009-03-08 09:39:48 +00:00
models.py Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits in names. 2009-03-08 09:39:48 +00:00
test_settings.py Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits in names. 2009-03-08 09:39:48 +00:00
tests.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00