1
0
mirror of https://github.com/django/django.git synced 2025-01-14 12:27:24 +00:00
django/tests/regressiontests/utils
2010-09-27 15:16:20 +00:00
..
eggs
test_module
__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