index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
/
test_text.py
Age
Commit message (
Expand
)
Author
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-05
Really hidden warnings in javascript_quote tests
Claude Paroz
2014-02-22
Deprecated django.utils.text.javascript_quote.
Baptiste Mispelon
2014-02-22
Fixed test failures when running in a narrow Python build.
Baptiste Mispelon
2014-02-15
Fixed #21725 -- Fixed JavaScript quoting encoding.
MattBlack85
2014-02-06
Fixed #21731 -- Made javascript_quote escapes '</'.
Vajrasky Kok
2013-12-12
Fixed #21574 -- Handle bytes consistently in utils.text.normalize_newlines.
Baptiste Mispelon
2013-12-07
Fixed #21572 -- Added unit test for django.utils.text.normalize_newlines.
Vajrasky Kok
2013-11-24
Fixed #21505 -- Added unit test for django.utils.text.get_valid_filename.
Vajrasky Kok
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-10-08
Fixed #20568 -- truncatewords_html no longer splits words containing HTML ent...
Jaap Roes
2013-09-27
Fix #21185: Added tests for unescape_entities.
Baptiste Mispelon
2013-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons