1
0
mirror of https://github.com/django/django.git synced 2024-11-19 16:04:13 +00:00
django/tests/regressiontests/utils
2009-11-02 08:26:03 +00:00
..
__init__.py
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 #12127 -- Corrected teardown of dateformat tests. Thanks to apollo13 for the report, and Karen Tracey for the debugging help. 2009-11-02 08:26:03 +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
tests.py Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due to a dependency on the old dateformat test. 2009-11-01 04:53:51 +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