django/tests/regressiontests/utils
Adrian Holovaty 13864703bc Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-28 02:11:19 +00:00
..
eggs
test_module
__init__.py Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function and added tests for several `django.utils.html` functions. Based on patch from Brian Harring. 2007-07-15 05:03:28 +00:00
checksums.py
datastructures.py Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00
dateformat.py
datetime_safe.py
decorators.py
feedgenerator.py
functional.py
html.py
http.py Fixed #15617 - CSRF referer checking too strict 2011-03-15 20:37:09 +00:00
models.py
module_loading.py
simplelazyobject.py Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00
termcolors.py
tests.py Fixed #15617 - CSRF referer checking too strict 2011-03-15 20:37:09 +00:00
text.py
timesince.py
tzinfo.py
urls.py Fixed #13093 -- Updated some decorators and the decorator_from_middleware function to allow callable classes to be decorated. Thanks to Brian Neal for the report. 2010-03-12 13:06:13 +00:00
views.py