django/tests/regressiontests/utils
Claude Paroz ac4faa6dc3 Fixed #19693 -- Made truncatewords_html handle self-closing tags
Thanks sneawo for the report and Jonathan Loy for the patch.
2013-02-13 18:24:49 +01:00
..
archives Fixed #17042 -- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing. 2011-12-22 22:38:02 +00:00
eggs 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 06:14:47 +00:00
test_module 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 06:14:47 +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
archive.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
baseconv.py [py3] Ported django.utils.baseconv. 2012-08-07 12:00:23 +02:00
checksums.py A few test optimizations; using native unittest where no Django-specific TestCase features are required. 2010-09-28 08:18:12 +00:00
crypto.py Fixed #18687: Removed test_performance_scalability 2012-09-05 23:02:33 -04:00
datastructures.py Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
dateformat.py Fixed #18951 -- Formatting of microseconds. 2012-09-22 12:02:21 +02:00
dateparse.py Fixed #18728 -- Made colon optional in tzinfo 2012-08-19 21:47:41 +02:00
datetime_safe.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
decorators.py [py3] Ported django.utils.decorators. 2012-08-07 12:00:23 +02:00
encoding.py Fixed #18902 -- Made force_bytes properly handle exception input 2012-09-04 09:27:28 +02:00
feedgenerator.py Fixed feedgenerator tests under hash randomization 2012-10-26 22:40:35 +02:00
functional.py Fixed #9200 -- Added new form wizard to formtools based on class based views. Many thanks to Stephan Jäkel, ddurham and ElliottM for their work. 2011-06-01 13:47:00 +00:00
html.py Improved regex in strip_tags 2013-02-06 21:20:43 +01:00
http.py Fixed parse_http_date docstring and moved related tests 2012-09-26 21:10:17 +02:00
ipv6.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
jslex.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02: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 Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
numberformat.py Fixed #18800 -- Support numbers bigger than max float in `numberformat`. 2012-09-18 19:43:50 +02:00
os_utils.py Fixed a couple of test failures on Windows. 2012-09-09 15:07:04 -04:00
regex_helper.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
simplelazyobject.py [py3] Ported django.utils.functional. 2012-08-07 12:00:23 +02:00
termcolors.py Fixed #19663 -- Allowed None in colorize() text parameter 2013-02-01 22:53:18 +01:00
test_no_submodule.py Fixed #15525 -- Custom template tags loading breaks whenever templatetags is a python file 2011-08-28 02:37:16 +00:00
tests.py Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
text.py Fixed #19693 -- Made truncatewords_html handle self-closing tags 2013-02-13 18:24:49 +01:00
timesince.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
timezone.py Fixed #19708 -- Exception in timezone.override(None). 2013-01-31 16:01:50 +01:00
tzinfo.py Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00