1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/regressiontests/utils
2010-09-27 15:16:20 +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 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
__init__.py
checksums.py Reorganized utils tests so it's all in separate modules. Thanks to Stephan Jaekel. 2010-09-27 15:15:04 +00:00
datastructures.py Migrated datastructures utils doctests. Thanks to Stephan Jaekel. 2010-09-27 15:15:58 +00:00
dateformat.py
datetime_safe.py Migrated datetime_safe doctests. Thanks to Stephan Jaekel. 2010-09-27 15:14:30 +00:00
decorators.py
feedgenerator.py
functional.py
html.py Reorganized utils tests so it's all in separate modules. Thanks to Stephan Jaekel. 2010-09-27 15:15:04 +00:00
models.py
module_loading.py Fixed #13469 -- Cleaned up the test case from r13085, and added some cache cleanup that matters for Python 2.3. Thanks to Karen and Alex for their help. 2010-05-04 14:48:43 +00:00
simplelazyobject.py Reorganized utils tests so it's all in separate modules. Thanks to Stephan Jaekel. 2010-09-27 15:15:04 +00:00
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 Reorganized utils tests so it's all in separate modules. Thanks to Stephan Jaekel. 2010-09-27 15:15:04 +00:00
timesince.py Migrated timesince utils doctests. Thanks to Stephan Jaekel. 2010-09-27 15:15:33 +00:00
tzinfo.py Migrated tzinfo doctests. Thanks to Stephan Jaekel. 2010-09-27 15:14:06 +00:00
urls.py
views.py