django1/tests/regressiontests/utils
Russell Keith-Magee 125ea947df [1.1.X] Fixed #13469 -- Cleaned up the test case from r13085, and added some cache cleanup that matters for Python 2.3. Thanks to Karen and Alex for their help.
Backport of r13095 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 14:55:04 +00:00
..
eggs [1.1.X] Fixed #13464 -- Reworked module_has_submodule to break the requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach. 2010-05-04 08:15:34 +00:00
test_module [1.1.X] Fixed #13464 -- Reworked module_has_submodule to break the requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach. 2010-05-04 08:15:34 +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 [1.1.X] Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to apollo13 for the report, and Karen Tracey for the debugging help. 2009-11-02 08:27:00 +00:00
datetime_safe.py [1.1.X] Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and thus, the serializers). Patch includes moving the datetime_safe tests into the utils regressiontests module. Thanks to gsf for the report and initial patch. 2010-02-13 14:06:13 +00:00
decorators.py [1.1.X] Revert r12763 until we figure out what's wrong with it on 1.1.X. Refs #13111. 2010-03-14 00:17:37 +00:00
feedgenerator.py [1.1.X] Fixed #8758 -- Corrected handling of tag creation in feeds when the URL contains a port number. 2010-01-28 13:59:57 +00:00
functional.py [1.1.X] Fixed #12506 - 'lazy' fails when there are multiple expected classes with the same method 2010-01-05 13:20:19 +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
module_loading.py [1.1.X] Fixed #13469 -- Cleaned up the test case from r13085, and added some cache cleanup that matters for Python 2.3. Thanks to Karen and Alex for their help. 2010-05-04 14:55:04 +00:00
tests.py [1.1.X] Fixed #13464 -- Reworked module_has_submodule to break the requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach. 2010-05-04 08:15:34 +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 [1.1.X] Revert r12763 until we figure out what's wrong with it on 1.1.X. Refs #13111. 2010-03-14 00:17:37 +00:00
views.py [1.1.X] Revert r12763 until we figure out what's wrong with it on 1.1.X. Refs #13111. 2010-03-14 00:17:37 +00:00