Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_encoding.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Thanks Berker Peksag and Tim Graham for the reviews. Refs #24219.
* Fixed #18456 -- Added path escaping to ↵Unai Zalakain2014-11-031-2/+12
| | | | HttpRequest.get_full_path().
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-151-17/+55
| | | | | Thanks Loic Bistuer for helping in shaping the patch and Claude Paroz for the review.
* Consolidated some text utils into the utils_tests test ↵Loic Bistuer2014-09-231-2/+17
| | | | package.
* Fixed #21198 -- Prevented invalid use of ↵Aymeric Augustin2013-10-131-1/+9
| | | | | | | | @python_2_unicode_compatible. Thanks jpic for the report and chmodas for working on a patch. Reverts 2ea80b94. Refs #19362.
* Fixed #20812 -- Error out if __unicode__/__str__ doesn't ↵Florian Apolloner2013-09-061-1/+16
| | | | return a text type.
* Fixed #18719 -- Made force_bytes more consistent with ↵Aymeric Augustin2013-09-061-0/+6
| | | | force_text.
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
| | | | Refs #20680.
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+23