<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/template/base.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-02-10T22:08:13Z</updated>
<entry>
<title>[5.2.x] Fixed #36903 -- Fixed further NameErrors when inspecting functions with deferred annotations.</title>
<updated>2026-02-10T22:08:13Z</updated>
<author>
<name>93578237</name>
<email>43147888+93578237@users.noreply.github.com</email>
</author>
<published>2026-02-09T21:06:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a4999ef1b9790a4c0e793cf0e5c464e9935c3c3a'/>
<id>urn:sha1:a4999ef1b9790a4c0e793cf0e5c464e9935c3c3a</id>
<content type='text'>
Provide a wrapper for safe introspection of user functions on Python 3.14+.

Follow-up to 601914722956cc41f1f2c53972d669ddee6ffc04.
Backport of 56ed37e17e5b1a509aa68a0c797dcff34fcc1366 from main.
</content>
</entry>
<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>Fixed #35897 -- Removed unnecessary escaping in template's get_exception_info().</title>
<updated>2024-11-28T14:53:31Z</updated>
<author>
<name>Klaas van Schelven</name>
<email>klaas@vanschelven.com</email>
</author>
<published>2024-11-08T08:55:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1722f2db5808708de6fc6e0f48af2d518be1e348'/>
<id>urn:sha1:1722f2db5808708de6fc6e0f48af2d518be1e348</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35789 -- Improved the error message raised when the tag must be first in the template.</title>
<updated>2024-10-10T10:21:02Z</updated>
<author>
<name>ekinertac</name>
<email>ekinertac@gmail.com</email>
</author>
<published>2024-10-06T12:29:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=68cee15a8fd65bd6ee2329d80331f87cadd97ff5'/>
<id>urn:sha1:68cee15a8fd65bd6ee2329d80331f87cadd97ff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35735 -- Enabled template access to methods and properties of classes with __class_get_item__.</title>
<updated>2024-09-17T07:52:44Z</updated>
<author>
<name>Fabian Braun</name>
<email>fsbraun@gmx.de</email>
</author>
<published>2024-09-16T20:05:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d2c97981fb40e0b324b064cd3561de8f5f1887b2'/>
<id>urn:sha1:d2c97981fb40e0b324b064cd3561de8f5f1887b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34883 -- Allowed template tags to set extra data on templates.</title>
<updated>2023-10-02T14:16:43Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-09-29T17:02:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=35bbb2c9c01882b1d77b0b8c737ac646144833d4'/>
<id>urn:sha1:35bbb2c9c01882b1d77b0b8c737ac646144833d4</id>
<content type='text'>
By setting a value in the `parser.extra_data` mapping, template tags
pass additional data out of the parsing context.

Any extra data set is exposed on the template via the matching
`.extra_data` attribute.

Library authors should use a key to namespace extra data. The 'django'
namespace is reserved for internal use.
</content>
</entry>
<entry>
<title>Removed unneeded escapes in regexes.</title>
<updated>2023-08-02T17:53:16Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-08-02T17:53:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b9c805cedb08621bd5dc58a01a6478eb7cc49a9'/>
<id>urn:sha1:9b9c805cedb08621bd5dc58a01a6478eb7cc49a9</id>
<content type='text'>
Special characters lose their special meaning inside sets of characters.

"-" lose its special meaning if it's placed as the first or last
character.

Follow up to 7c6b66383da5f9a67142334cd2ed2d769739e8f1.</content>
</entry>
<entry>
<title>Avoided parallel assignment in template classes.</title>
<updated>2023-05-18T03:57:28Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2022-04-27T06:10:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4e73d8c04d15f9cbae067249c7ff39dec9d66eb1'/>
<id>urn:sha1:4e73d8c04d15f9cbae067249c7ff39dec9d66eb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #7430 -- Removed broken Template.__iter__().</title>
<updated>2023-02-08T10:17:58Z</updated>
<author>
<name>Anders Hovmöller</name>
<email>boxed@killingar.net</email>
</author>
<published>2023-02-08T10:17:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69069a443a906dd4060a8047e683657d40b4c383'/>
<id>urn:sha1:69069a443a906dd4060a8047e683657d40b4c383</id>
<content type='text'>
Co-authored-by: Anders Hovmöller &lt;anders.hovmoller@dryft.se&gt;</content>
</entry>
<entry>
<title>Fixed #33653 -- Fixed template crash when calling methods for built-in types without required arguments.</title>
<updated>2022-05-20T05:53:05Z</updated>
<author>
<name>cheng</name>
<email>chengyuan.china@gmail.com</email>
</author>
<published>2022-05-20T04:01:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0dd29209091280ccf34e07c9468746c396b7778e'/>
<id>urn:sha1:0dd29209091280ccf34e07c9468746c396b7778e</id>
<content type='text'>
Regression in 09341856ed9008875c1cc883dc0c287670131458.
</content>
</entry>
</feed>
