<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/utils_tests/test_encoding.py, branch 2.2.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=2.2.3</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=2.2.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2018-07-09T15:13:40Z</updated>
<entry>
<title>Fixed some assertTrue() that were intended to be assertEqual().</title>
<updated>2018-07-09T15:13:40Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2018-07-09T15:13:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c9088cfc7bdf035a2a28582f1be6acce1c30b8ef'/>
<id>urn:sha1:c9088cfc7bdf035a2a28582f1be6acce1c30b8ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made test for memoryview handling in force_bytes() more strict.</title>
<updated>2018-07-09T15:01:42Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2018-07-09T15:01:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bdcde79c5f9b0fdacf509e3745e9911e4002025a'/>
<id>urn:sha1:bdcde79c5f9b0fdacf509e3745e9911e4002025a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Completed test coverage for django.utils.encoding.</title>
<updated>2017-02-23T01:54:55Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-02-23T01:54:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=007d4e030cbb20d3773609fa3bbae7cab8fadba2'/>
<id>urn:sha1:007d4e030cbb20d3773609fa3bbae7cab8fadba2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().</title>
<updated>2017-02-09T14:22:00Z</updated>
<author>
<name>Chronial</name>
<email>git@chronial.de</email>
</author>
<published>2017-02-07T13:55:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=03281d8fe7a32f580a85235659d4fbb143eeb867'/>
<id>urn:sha1:03281d8fe7a32f580a85235659d4fbb143eeb867</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().</title>
<updated>2017-02-09T14:03:47Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-02-07T17:05:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=500532c95db40b0b24654be7bb0d76b66b022bd5'/>
<id>urn:sha1:500532c95db40b0b24654be7bb0d76b66b022bd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed an untested and broken branch in force_bytes() (refs #6353).</title>
<updated>2017-02-04T00:36:53Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-02-04T00:36:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=26619ad7b069b9113d154c11c586935ee9aaa4c4'/>
<id>urn:sha1:26619ad7b069b9113d154c11c586935ee9aaa4c4</id>
<content type='text'>
The new test crashed in the removed branch. It's unclear if the branch has
value since c6a2bd9b962af1cdf46f964589e6023046cfa8ec didn't include tests.</content>
</entry>
<entry>
<title>Added a test for force_text()'s DjangoUnicodeDecodeError path.</title>
<updated>2017-02-04T00:15:50Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-02-01T20:48:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2f1394c76dd586ceab3f86f5b6cb4473382c9af8'/>
<id>urn:sha1:2f1394c76dd586ceab3f86f5b6cb4473382c9af8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed usage of obsolete SafeBytes class</title>
<updated>2017-01-30T14:04:45Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-01-26T08:37:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=52138b1fd08f80fe98def7e22a9693415b4f7744'/>
<id>urn:sha1:52138b1fd08f80fe98def7e22a9693415b4f7744</id>
<content type='text'>
The class will be removed as part of #27753.
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents</title>
<updated>2017-01-26T18:49:03Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-01-26T13:25:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fee42fd99ee470528858c2ccb3621135c30ec262'/>
<id>urn:sha1:fee42fd99ee470528858c2ccb3621135c30ec262</id>
<content type='text'>
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Removed unneeded force_text calls in the test suite</title>
<updated>2017-01-24T17:45:54Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-01-24T11:22:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2366100872ec17dde06abc63c1ad74dcf746b134'/>
<id>urn:sha1:2366100872ec17dde06abc63c1ad74dcf746b134</id>
<content type='text'>
</content>
</entry>
</feed>
