summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_encoding.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed some assertTrue() that were intended to be assertEqual().Sergey Fedoseev2018-07-091-1/+1
* Made test for memoryview handling in force_bytes() more strict.Sergey Fedoseev2018-07-091-1/+5
* Completed test coverage for django.utils.encoding.Tim Graham2017-02-221-7/+30
* Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().Chronial2017-02-091-3/+6
* Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham2017-02-091-1/+1
* Removed an untested and broken branch in force_bytes() (refs #6353).Tim Graham2017-02-031-2/+2
* Added a test for force_text()'s DjangoUnicodeDecodeError path.Tim Graham2017-02-031-3/+12
* Refs #23919 -- Removed usage of obsolete SafeBytes classClaude Paroz2017-01-301-4/+0
* Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz2017-01-261-2/+2
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-1/+1
* Refs #23919 -- Removed unneeded str() callsClaude Paroz2017-01-201-3/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-22/+9
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+5
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #24836 -- Made force_text() resolve lazy objects.Tim Graham2015-05-271-0/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* Cleaned up some forms tests.Loic Bistuer2015-01-271-8/+36
* Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().Unai Zalakain2014-11-031-2/+12
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-161-17/+55
* Consolidated some text utils into the utils_tests test package.Loic Bistuer2014-09-231-2/+17
* Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.Aymeric Augustin2013-10-131-1/+9
* Fixed #20812 -- Error out if __unicode__/__str__ doesn't return a text type.Florian Apolloner2013-09-061-1/+16
* Fixed #18719 -- Made force_bytes more consistent with force_text.Aymeric Augustin2013-09-061-0/+6
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+23