<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/utils/encoding.py, branch stable/6.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-11-27T09:37:29Z</updated>
<entry>
<title>Refs #34986 -- Avoided pickling error in DjangoUnicodeDecodeError.</title>
<updated>2023-11-27T09:37:29Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2023-11-21T15:37:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=174369a990c00d75cf40e0a06ab82bec9a89a7ef'/>
<id>urn:sha1:174369a990c00d75cf40e0a06ab82bec9a89a7ef</id>
<content type='text'>
By using the existing object reference instead of a custom one, pickling
related issues when running the test suite in parallel can be avoided.
</content>
</entry>
<entry>
<title>Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding.uri_to_iri().</title>
<updated>2023-09-04T09:58:37Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-08-22T06:53:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3f41d6d62929dfe53eda8109b3b836f26645bdce'/>
<id>urn:sha1:3f41d6d62929dfe53eda8109b3b836f26645bdce</id>
<content type='text'>
Thanks MProgrammer (https://hackerone.com/mprogrammer) for the report.

Co-authored-by: nessita &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Refs #34233 -- Used types.NoneType.</title>
<updated>2023-01-18T16:27:23Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2023-01-18T16:27:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fd21f82aa82b0d75a161f618ef944ebe0923e0ab'/>
<id>urn:sha1:fd21f82aa82b0d75a161f618ef944ebe0923e0ab</id>
<content type='text'>
Available since Python 3.10 where it was reintroduced.</content>
</entry>
<entry>
<title>Updated documentation and comments for RFC updates.</title>
<updated>2022-11-10T12:52:17Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-11-04T12:33:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9bd174b9a75299dce33e673a559f2b673399b971'/>
<id>urn:sha1:9bd174b9a75299dce33e673a559f2b673399b971</id>
<content type='text'>
- Updated references to RFC 1123 to RFC 5322
  - Only partial as RFC 5322 sort of sub-references RFC 1123.
- Updated references to RFC 2388 to RFC 7578
  - Except RFC 2388 Section 5.3 which has no equivalent.
- Updated references to RFC 2396 to RFC 3986
- Updated references to RFC 2616 to RFC 9110
- Updated references to RFC 3066 to RFC 5646
- Updated references to RFC 7230 to RFC 9112
- Updated references to RFC 7231 to RFC 9110
- Updated references to RFC 7232 to RFC 9110
- Updated references to RFC 7234 to RFC 9111
- Tidied up style of text when referring to RFC documents
</content>
</entry>
<entry>
<title>Refs #33173 -- Used locale.getlocale() instead of getdefaultlocale().</title>
<updated>2022-03-08T12:17:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-03-08T12:17:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d4fd31684ad5a7b9be8a9d26c5a8796f96c8d80b'/>
<id>urn:sha1:d4fd31684ad5a7b9be8a9d26c5a8796f96c8d80b</id>
<content type='text'>
locale.getdefaultlocale() was deprecated in Python 3.11, see
https://bugs.python.org/issue46659.</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typos in comments and docs.</title>
<updated>2021-05-29T10:51:14Z</updated>
<author>
<name>David Sanders</name>
<email>dsanders11@ucsbalum.com</email>
</author>
<published>2021-05-29T10:51:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5685b7cd73820f56a6763d96f1423a0bdfca7c05'/>
<id>urn:sha1:5685b7cd73820f56a6763d96f1423a0bdfca7c05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() per deprecation timeline.</title>
<updated>2021-01-14T16:50:04Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-05T11:27:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=810f037b29402f848a766f6900b4ebfbaf64cc88'/>
<id>urn:sha1:810f037b29402f848a766f6900b4ebfbaf64cc88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Capitalized Unicode in docs, strings, and comments.</title>
<updated>2020-04-20T10:10:33Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-18T14:46:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=505fec6badba0622bbf97bb659188c3d62a9bc58'/>
<id>urn:sha1:505fec6badba0622bbf97bb659188c3d62a9bc58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #28428 -- Made filepath_to_uri() support pathlib.Path.</title>
<updated>2019-10-30T12:13:15Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-10-29T20:15:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6315a272c5cfcc70b745f87b25148a158663a222'/>
<id>urn:sha1:6315a272c5cfcc70b745f87b25148a158663a222</id>
<content type='text'>
</content>
</entry>
</feed>
