<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/utils_tests/test_encoding.py, branch 2.1.13</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.1.13</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.1.13'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-07-31T10:43:32Z</updated>
<entry>
<title>[2.1.x] Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.utils.encoding.uri_to_iri().</title>
<updated>2019-07-31T10:43:32Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2019-07-19T15:04:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d50a2e5fa36ad23ab532fc54cf4073de84b3306'/>
<id>urn:sha1:5d50a2e5fa36ad23ab532fc54cf4073de84b3306</id>
<content type='text'>
Thanks to Guido Vranken for initial report.
</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/django.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/django.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/django.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/django.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/django.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/django.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/django.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/django.git/commit/?id=2366100872ec17dde06abc63c1ad74dcf746b134'/>
<id>urn:sha1:2366100872ec17dde06abc63c1ad74dcf746b134</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed unneeded str() calls</title>
<updated>2017-01-20T13:13:55Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-01-20T09:20:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=042b7350a080cc964f913faf1cf7f0097f650a58'/>
<id>urn:sha1:042b7350a080cc964f913faf1cf7f0097f650a58</id>
<content type='text'>
</content>
</entry>
</feed>
