django/tests/regressiontests/utils
Chris Khoo bf1871d874 Fixed #19237 -- Improved strip_tags utility
The previous pattern didn't properly addressed cases where '>'
was present inside quoted tag content.
2012-11-24 12:16:52 +01:00
..
archives
eggs
test_module
__init__.py
archive.py Ensured that the archive module consistantly explicitly closed all files. 2012-08-15 02:53:40 -07:00
baseconv.py
checksums.py
crypto.py Fixed #18687: Removed test_performance_scalability 2012-09-05 23:02:33 -04:00
datastructures.py Fixed test failure under Python 2.x introduced in 3e10d22df5 2012-10-26 02:45:15 +01:00
dateformat.py Fixed #18951 -- Formatting of microseconds. 2012-09-22 12:02:21 +02:00
dateparse.py
datetime_safe.py
decorators.py
encoding.py
feedgenerator.py Fixed feedgenerator tests under hash randomization 2012-10-26 22:40:35 +02:00
functional.py
html.py Fixed #19237 -- Improved strip_tags utility 2012-11-24 12:16:52 +01:00
http.py Fixed parse_http_date docstring and moved related tests 2012-09-26 21:10:17 +02:00
ipv6.py
jslex.py
models.py
module_loading.py
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
simplelazyobject.py
termcolors.py
test_no_submodule.py
tests.py Fixed parse_http_date docstring and moved related tests 2012-09-26 21:10:17 +02:00
text.py
timesince.py
timezone.py
tzinfo.py