<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/template_tests/syntax_tests, branch 4.0.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.0.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.0.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-08T18:25:02Z</updated>
<entry>
<title>[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-08T18:25:02Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-08T11:27:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3278c31fa59b41d03aea167f4cf85f4ddf7f848d'/>
<id>urn:sha1:3278c31fa59b41d03aea167f4cf85f4ddf7f848d</id>
<content type='text'>
Backport of 7119f40c9881666b6f9b5cf7df09ee1d21cc8344 from main.
</content>
</entry>
<entry>
<title>[4.0.x] Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-08T11:15:38Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-08T11:09:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a682b38e75d4c975b4c4493565a59f1bc14397c'/>
<id>urn:sha1:6a682b38e75d4c975b4c4493565a59f1bc14397c</id>
<content type='text'>
Backport of 9c19aff7c7561e3a82978a272ecdaad40dda5c00 from main.
</content>
</entry>
<entry>
<title>[4.0.x] Refs #33476 -- Refactored problematic code before reformatting by Black.</title>
<updated>2022-02-03T10:38:46Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-03T10:20:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d55a1e5809b424907528af42bfdfc2991ef11651'/>
<id>urn:sha1:d55a1e5809b424907528af42bfdfc2991ef11651</id>
<content type='text'>
In these cases Black produces unexpected results, e.g.

def make_random_password(
    self,
    length=10,
    allowed_chars='abcdefghjkmnpqrstuvwxyz' 'ABCDEFGHJKLMNPQRSTUVWXYZ' '23456789',
):

or

cursor.execute("""
SELECT ...
""",
    [table name],
)

Backport of c5cd8783825b5f6384417dac5f3889b4210b7d08 from main.
</content>
</entry>
<entry>
<title>[4.0.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.</title>
<updated>2022-02-01T06:43:45Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2022-01-01T23:37:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=01422046065d2b51f8f613409cad2c81b39487e5'/>
<id>urn:sha1:01422046065d2b51f8f613409cad2c81b39487e5</id>
<content type='text'>
Thanks Keryn Knight for the report.

Backport of 394517f07886495efcf79f95c7ee402a9437bd68 from main.

Co-authored-by: Adam Johnson &lt;me@adamj.eu&gt;
</content>
</entry>
<entry>
<title>Refs #32956 -- Corrected spelling of "gray".</title>
<updated>2021-08-02T05:51:24Z</updated>
<author>
<name>David Smith</name>
<email>39445562+smithdc1@users.noreply.github.com</email>
</author>
<published>2021-08-02T05:51:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f9b7704ab38d82d1de0c26deb542e497ebf14df6'/>
<id>urn:sha1:f9b7704ab38d82d1de0c26deb542e497ebf14df6</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>Refs #24121 -- Added__repr__() to StaticNode.</title>
<updated>2021-05-12T06:41:52Z</updated>
<author>
<name>saeedblanchette</name>
<email>saiidblanchettel@outlook.com</email>
</author>
<published>2021-05-09T05:33:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e6406853c326ea9210d07766138d2b193c6d1fba'/>
<id>urn:sha1:e6406853c326ea9210d07766138d2b193c6d1fba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #24121 -- Added __repr__() to URLNode.</title>
<updated>2021-03-02T11:24:49Z</updated>
<author>
<name>Rohith PR</name>
<email>praroh2@gmail.com</email>
</author>
<published>2021-02-25T07:48:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d3ecef26b9fda02b88f925a800ae38dd5873c878'/>
<id>urn:sha1:d3ecef26b9fda02b88f925a800ae38dd5873c878</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate.</title>
<updated>2021-02-06T12:41:35Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2021-02-05T17:41:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=50a5f8840fa564dcefdb1fa5c58f06fcd472ee70'/>
<id>urn:sha1:50a5f8840fa564dcefdb1fa5c58f06fcd472ee70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per deprecation timeline.</title>
<updated>2021-01-14T16:50:04Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-14T09:14:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e7208f13c0448387e56c340eed46e1ed9ef9997e'/>
<id>urn:sha1:e7208f13c0448387e56c340eed46e1ed9ef9997e</id>
<content type='text'>
</content>
</entry>
</feed>
