<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/template_backends, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2024-11-01T10:43:49Z</updated>
<entry>
<title>Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager methods.</title>
<updated>2024-11-01T10:43:49Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-10-14T11:59:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=611bf6c2e2a1b4ab93273980c45150c099ab146d'/>
<id>urn:sha1:611bf6c2e2a1b4ab93273980c45150c099ab146d</id>
<content type='text'>
Thank you to Jason Chambers for the report and to Mariusz Felisiak for the review.
</content>
</entry>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>urn:sha1:097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</content>
</entry>
<entry>
<title>Fixed #33639 -- Enabled cached template loader in development.</title>
<updated>2022-04-19T10:13:27Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-04-12T14:21:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bf7c51a5f4da5f00b46923545ea6657ba9556bf6'/>
<id>urn:sha1:bf7c51a5f4da5f00b46923545ea6657ba9556bf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</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/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32800 -- Avoided use of _does_token_match() in some CSRF tests.</title>
<updated>2021-11-16T10:21:30Z</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2021-08-17T20:43:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3f0025c18a08535ed39a64c24174f7e2d75b7b9e'/>
<id>urn:sha1:3f0025c18a08535ed39a64c24174f7e2d75b7b9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32800 -- Renamed _compare_masked_tokens() to _does_token_match().</title>
<updated>2021-08-03T05:10:31Z</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2021-06-30T16:17:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7132341255e725e15339a9cea0b494f6d576c688'/>
<id>urn:sha1:7132341255e725e15339a9cea0b494f6d576c688</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary exceptions in get_package_libraries().</title>
<updated>2020-12-28T06:31:37Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2020-12-27T15:23:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=89fc144dedc737a79929231438f035b1d4a993c9'/>
<id>urn:sha1:89fc144dedc737a79929231438f035b1d4a993c9</id>
<content type='text'>
This change sets the __cause__ attribute to raised exceptions and makes
small cleanups in error messages.
</content>
</entry>
<entry>
<title>Refs #30116 -- Simplified regex match group access with Match.__getitem__().</title>
<updated>2020-05-11T10:01:28Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-05-10T20:03:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d6aff369ad33457ae2355b5b210faf1c4890ff35'/>
<id>urn:sha1:d6aff369ad33457ae2355b5b210faf1c4890ff35</id>
<content type='text'>
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
</content>
</entry>
<entry>
<title>Fixed #31291 -- Renamed salt to mask for CSRF tokens.</title>
<updated>2020-02-25T13:16:19Z</updated>
<author>
<name>Ram Rachum</name>
<email>ram@rachum.com</email>
</author>
<published>2020-02-25T13:16:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5b09354954348f1a56df32b2d7dbe074a23a4532'/>
<id>urn:sha1:5b09354954348f1a56df32b2d7dbe074a23a4532</id>
<content type='text'>
</content>
</entry>
</feed>
