<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/template_tests/syntax_tests/test_include.py, branch fix-31295</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=fix-31295</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=fix-31295'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-12-06T09:44:10Z</updated>
<entry>
<title>Fixed #35493 -- Allowed template self-inclusion with relative paths.</title>
<updated>2024-12-06T09:44:10Z</updated>
<author>
<name>Gabriel Nick Pivovarov</name>
<email>113646197+gnpivo@users.noreply.github.com</email>
</author>
<published>2024-12-05T15:24:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=55855bc6d0d2a270eb34952c578ee352389367ad'/>
<id>urn:sha1:55855bc6d0d2a270eb34952c578ee352389367ad</id>
<content type='text'>
Co-authored-by: Brock &lt;bsmick97@gmail.com&gt;
</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>Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNode, and IncludeNode.</title>
<updated>2021-06-10T10:47:53Z</updated>
<author>
<name>saeedblanchette</name>
<email>saiidblanchettel@outlook.com</email>
</author>
<published>2021-06-08T16:00:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=66ed03e7c9ae4cd754aa918c6f4c9227cf424141'/>
<id>urn:sha1:66ed03e7c9ae4cd754aa918c6f4c9227cf424141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #20995 -- Added support for iterables of template names to {% include %} template tag.</title>
<updated>2020-02-18T05:56:05Z</updated>
<author>
<name>Keshav Kumar</name>
<email>https://github.com/keshav2212</email>
</author>
<published>2020-02-02T16:48:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f37d548ede290690589e86b892c4f106e2a8e1bc'/>
<id>urn:sha1:f37d548ede290690589e86b892c4f106e2a8e1bc</id>
<content type='text'>
Thanks Adam Johnson for the review.
</content>
</entry>
<entry>
<title>Used assertRaisesMessage() in various tests.</title>
<updated>2020-02-07T11:46:23Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-02-04T20:58:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc4f45ebdccd87f140f39bebed897053c7f345c5'/>
<id>urn:sha1:fc4f45ebdccd87f140f39bebed897053c7f345c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reverted "Fixed relative paths imports per isort 4.3.5."</title>
<updated>2019-03-03T18:33:48Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-03-03T18:33:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b435f82939edf70674856e0e1cd63973c2e0a1d1'/>
<id>urn:sha1:b435f82939edf70674856e0e1cd63973c2e0a1d1</id>
<content type='text'>
This reverts commit 463fe11bc8b2d068e447c5df677e7a31c2af7e03 due to
restore of relative paths sorting from isort &lt; 4.3.5 in isort 4.3.10.</content>
</entry>
<entry>
<title>Fixed relative paths imports per isort 4.3.5.</title>
<updated>2019-02-25T10:03:30Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-02-25T10:03:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=463fe11bc8b2d068e447c5df677e7a31c2af7e03'/>
<id>urn:sha1:463fe11bc8b2d068e447c5df677e7a31c2af7e03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increased test coverage for various template tags.</title>
<updated>2018-03-24T23:56:46Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2018-03-24T20:38:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4554f9a783665d64b59c35b53ae71178e56ac783'/>
<id>urn:sha1:4554f9a783665d64b59c35b53ae71178e56ac783</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27175 -- Removed exception silencing from the {% include %} template tag.</title>
<updated>2017-09-22T16:51:18Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-09-03T00:24:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e62165b898785e890661953c3b2c9c36d98aee57'/>
<id>urn:sha1:e62165b898785e890661953c3b2c9c36d98aee57</id>
<content type='text'>
Per deprecation timeline.
</content>
</entry>
</feed>
