django/tests/regressiontests/utils
Russell Keith-Magee 56ebab9d85 Fixed #14698 -- Ensure that module_has_sumodule doesn't mistake a cache miss for an existent package. Thanks to Łukasz Rekucki for the report and patch, and to shields for the test case.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-30 13:10:47 +00:00
..
eggs Fixed #13464 -- Reworked module_has_submodule to break the requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach. 2010-05-04 06:14:47 +00:00
test_module
__init__.py
checksums.py
datastructures.py Fixed MultiValueDict's copy implementation to be consistant with all other copies. 2010-10-27 20:39:20 +00:00
dateformat.py
datetime_safe.py A few test optimizations; using native unittest where no Django-specific TestCase features are required. 2010-09-28 08:18:12 +00:00
decorators.py
feedgenerator.py
functional.py
html.py
models.py
module_loading.py
simplelazyobject.py
termcolors.py
tests.py Added imports for some new unittest modules. Thanks to Stephan Jaekel. 2010-09-27 15:16:20 +00:00
text.py
timesince.py
tzinfo.py A few test optimizations; using native unittest where no Django-specific TestCase features are required. 2010-09-28 08:18:12 +00:00
urls.py
views.py