1
0
mirror of https://github.com/django/django.git synced 2025-01-12 11:26:23 +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
decorators.py
feedgenerator.py Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #12403 -- Modified the syndication framework to use class-based views. Thanks to Ben Firshman for his work on this patch. 2010-01-28 13:46:18 +00:00
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
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 Fixed #12112 -- Made the colors used by syntax highlighting customizable. 2009-12-28 06:48:47 +00:00
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
urls.py
views.py