1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/tests/regressiontests/utils
2011-01-30 13:10:47 +00:00
..
eggs
test_module
__init__.py
checksums.py
datastructures.py
dateformat.py
datetime_safe.py
decorators.py
feedgenerator.py
functional.py
html.py Fixed #2986 -- Made the JavaScript code that drives related model instance addition in a popup window handle a model representation containing new lines. Also, moved the escapejs functionality yoo django.utils.html so it can be used from Python code. Thanks andrewwatts for the patch. 2011-01-02 17:34:52 +00:00
models.py
module_loading.py 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. 2011-01-30 13:10:47 +00:00
simplelazyobject.py
termcolors.py
tests.py
text.py Tests for utils.text.wrap 2010-11-30 21:21:37 +00:00
timesince.py
tzinfo.py
urls.py
views.py