<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/template_tests/test_parser.py, branch 5.2.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.2.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.2.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-12-02T01:51:26Z</updated>
<entry>
<title>[5.2.x] Fixed #36712 -- Evaluated type annotations lazily in template tag registration.</title>
<updated>2025-12-02T01:51:26Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-11-29T23:45:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=da1dfe64c821ba03ca7b0c936184cca1ad641316'/>
<id>urn:sha1:da1dfe64c821ba03ca7b0c936184cca1ad641316</id>
<content type='text'>
Ideally, this will be reverted when an upstream solution is available for
https://github.com/python/cpython/issues/141560.

Thanks Patrick Rauscher for the report and Augusto Pontes for the
first iteration and test.

Backport of 34186e731ca20a2344b1f88fd543a854d6b13a00 from main.
</content>
</entry>
<entry>
<title>Applied Black's 2024 stable style.</title>
<updated>2024-01-26T11:45:07Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-26T11:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=305757aec19c9d5111e4d76095ae0acd66163e4b'/>
<id>urn:sha1:305757aec19c9d5111e4d76095ae0acd66163e4b</id>
<content type='text'>
https://github.com/psf/black/releases/tag/24.1.0</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/django.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/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added test for TemplateSyntaxError when variables begin with underscores.</title>
<updated>2021-08-02T09:37:39Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-08-02T09:36:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=34d5336b9deed41c6b61989f8cd755e9d179ce4c'/>
<id>urn:sha1:34d5336b9deed41c6b61989f8cd755e9d179ce4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #24121 -- Added __repr__() to FilterExpression, Lexer, Parser, and Token.</title>
<updated>2021-02-26T09:25:08Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-01-29T19:21:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=179ee13eb37348cd87169a198aec18fedccc8668'/>
<id>urn:sha1:179ee13eb37348cd87169a198aec18fedccc8668</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced TOKEN_* constants by TokenType enums.</title>
<updated>2018-05-10T15:51:51Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-05-10T15:51:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c4ea63e878c053600c284e32d5f32d27a59b63a'/>
<id>urn:sha1:9c4ea63e878c053600c284e32d5f32d27a59b63a</id>
<content type='text'>
Thanks Tim Graham for the review.</content>
</entry>
<entry>
<title>Used assertRaisesMessage() to test Django's error messages.</title>
<updated>2017-07-29T23:07:23Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-05-28T19:37:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a51c4de1945be2225f20fad794cfb52d8f1f9236'/>
<id>urn:sha1:a51c4de1945be2225f20fad794cfb52d8f1f9236</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.</title>
<updated>2017-01-20T07:49:47Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-01-20T02:10:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=109b33f64c8d3f48c9e0bd3ea8d42fe6f3cb02b7'/>
<id>urn:sha1:109b33f64c8d3f48c9e0bd3ea8d42fe6f3cb02b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
</feed>
