django1/tests/regressiontests/utils
Jacob Kaplan-Moss 2af75b485d Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filter/tag). Thanks to gsong and mir.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10716 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-08 13:39:37 +00:00
..
__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
datastructures.py Removed some potentially misleading code (it isn't executed) after the changes 2008-07-23 04:41:53 +00:00
dateformat.py Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filter/tag). Thanks to gsong and mir. 2009-05-08 13:39:37 +00:00
decorators.py Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when calling a middleware's 2008-03-17 17:47:34 +00:00
itercompat.py Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compatibility, and modified test cases to import the function when required. 2008-07-13 08:48:18 +00:00
models.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
tests.py Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filter/tag). Thanks to gsong and mir. 2009-05-08 13:39:37 +00:00
timesince.py Added some tests to show that #9672 has been fixed ever since [10215]. Refs #9672. 2009-04-07 22:12:53 +00:00
urls.py Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when calling a middleware's 2008-03-17 17:47:34 +00:00
views.py Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when calling a middleware's 2008-03-17 17:47:34 +00:00