index
:
django.git
fix-31295
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_encoding.py
Age
Commit message (
Expand
)
Author
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-05-27
Fixed #24836 -- Made force_text() resolve lazy objects.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-27
Cleaned up some forms tests.
Loic Bistuer
2014-11-03
Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().
Unai Zalakain
2014-10-16
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Anubhav Joshi
2014-09-23
Consolidated some text utils into the utils_tests test package.
Loic Bistuer
2013-10-13
Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.
Aymeric Augustin
2013-09-06
Fixed #20812 -- Error out if __unicode__/__str__ doesn't return a text type.
Florian Apolloner
2013-09-06
Fixed #18719 -- Made force_bytes more consistent with force_text.
Aymeric Augustin
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons