django/tests/regressiontests/utils
Jacob Kaplan-Moss 1d078be448 Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html_words`.
This allows customizing the standard "..." end text. Yes, this is technically a
feature sneaking in after the deadline, but I just couldn't bring myself to punt
it again: we already used that excuse for not getting it into 1.1.

Thanks to Adam Fast and Travis Cline for work on this patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12431 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-14 18:36:48 +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
datetime_safe.py 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:02:32 +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
feedgenerator.py Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #12403 -- Modified the syndication framework to use class-based views. Thanks to Ben Firshman for his work on this patch. 2010-01-28 13:46:18 +00:00
functional.py Fixed #12506 - 'lazy' fails when there are multiple expected classes with the same method 2010-01-05 12:06:45 +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
termcolors.py Fixed #12112 -- Made the colors used by syntax highlighting customizable. 2009-12-28 06:48:47 +00:00
tests.py Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html_words`. 2010-02-14 18:36:48 +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
tzinfo.py Fixed #10979 -- Fixed misleading FixedOffset.__repr__(). Thanks, gsong 2010-01-10 17:28:20 +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