1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/tests/regressiontests/utils
2008-07-13 08:48:18 +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 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
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 #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
timesince.py Fixed #6050 -- Handled edge-case of duplicate keys being passed when 2007-11-29 20:09:54 +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