<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/template_tests/syntax_tests, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-04-28T17:07:11Z</updated>
<entry>
<title>Fixed #35738 -- Deprecated double-dot variable lookups.</title>
<updated>2026-04-28T17:07:11Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2026-04-26T06:53:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d911f2d2fecc703be91b2b9b28acc59d34b35f3'/>
<id>urn:sha1:5d911f2d2fecc703be91b2b9b28acc59d34b35f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36783 -- Ensured proper handling of multi-value QueryDicts in querystring template tag.</title>
<updated>2025-12-15T21:58:41Z</updated>
<author>
<name>Marc Gibbons</name>
<email>1726961+marcgibbons@users.noreply.github.com</email>
</author>
<published>2025-12-08T14:42:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=922c4cf972e04b1ce7ecee592231106724dcfd09'/>
<id>urn:sha1:922c4cf972e04b1ce7ecee592231106724dcfd09</id>
<content type='text'>
Co-authored-by: Jacob Walls &lt;jacobtylerwalls@gmail.com&gt;
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed #36410 -- Added support for Template Partials to the Django Template Language.</title>
<updated>2025-08-15T00:53:14Z</updated>
<author>
<name>farhan</name>
<email>farhanalirazaazeemi@gmail.com</email>
</author>
<published>2025-06-03T05:32:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5e06b970956af4854e970e74990cb971ba31c96b'/>
<id>urn:sha1:5e06b970956af4854e970e74990cb971ba31c96b</id>
<content type='text'>
Introduced `{% partialdef %}` and `{% partial %}` template tags to
define and render reusable named fragments within a template file.
Partials can also be accessed using the `template_name#partial_name`
syntax via `get_template()`, `render()`, `{% include %}`, and other
template-loading tools.

Adjusted `get_template()` behavior to support partial resolution, with
appropriate error handling for invalid names and edge cases. Introduced
`PartialTemplate` to encapsulate partial rendering behavior.

Includes tests and internal refactors to support partial context
binding, exception reporting, and tag validation.

Co-authored-by: Carlton Gibson &lt;carlton@noumenal.es&gt;
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
Co-authored-by: Nick Pope &lt;nick@nickpope.me.uk&gt;
</content>
</entry>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Removed double spaces after periods and within phrases.</title>
<updated>2025-07-23T13:09:43Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-07-18T13:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e'/>
<id>urn:sha1:1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28050 -- Added template name to TemplateSyntaxError.</title>
<updated>2025-04-17T06:56:53Z</updated>
<author>
<name>farhan</name>
<email>farhanalirazaazeemi@gmail.com</email>
</author>
<published>2025-03-21T15:06:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a293eff6fb10a04de7c65ed705ca3c6a362a587'/>
<id>urn:sha1:4a293eff6fb10a04de7c65ed705ca3c6a362a587</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35529 -- Added support for positional arguments in querystring template tag.</title>
<updated>2025-03-25T15:23:41Z</updated>
<author>
<name>Giannis Terzopoulos</name>
<email>terzo.giannis@gmail.com</email>
</author>
<published>2025-03-19T11:21:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a39c28706aa7a8c3effd0980ae6d59ae67299d85'/>
<id>urn:sha1:a39c28706aa7a8c3effd0980ae6d59ae67299d85</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed #36271 -- Raised TemplateSyntaxError when using a relative template path with an unknown origin.</title>
<updated>2025-03-24T16:05:58Z</updated>
<author>
<name>YogyaChugh</name>
<email>yogyachugh.coder@gmail.com</email>
</author>
<published>2025-03-22T12:43:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7164f080474ef0213d1d6e625db647c45c36a5fb'/>
<id>urn:sha1:7164f080474ef0213d1d6e625db647c45c36a5fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36268 -- Added leading `?` in every querystring template tag result.</title>
<updated>2025-03-24T14:53:42Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-03-20T14:32:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0b4f2d8d397dacb555b327435d1c815da59feda5'/>
<id>urn:sha1:0b4f2d8d397dacb555b327435d1c815da59feda5</id>
<content type='text'>
Thanks Sarah Boyce for the report.
</content>
</entry>
<entry>
<title>Ensured consistency in naming in template_tests/syntax_tests/test_querystring.py.</title>
<updated>2025-03-24T14:53:42Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-03-20T14:35:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=639eafbd27926b47f849c0a1f6ff9ebe5380ca57'/>
<id>urn:sha1:639eafbd27926b47f849c0a1f6ff9ebe5380ca57</id>
<content type='text'>
</content>
</entry>
</feed>
