<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/forms/api.txt, branch 5.0.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.0.10</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.0.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-12-30T14:00:33Z</updated>
<entry>
<title>[5.0.x] Fixed #35069 -- Fixed typo in docs/ref/forms/api.txt.</title>
<updated>2023-12-30T14:00:33Z</updated>
<author>
<name>Salvo Polizzi</name>
<email>plzslv03a25c351k@studium.unict.it</email>
</author>
<published>2023-12-30T09:00:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c69dbc7c1068a0a059ed77120c30b4cebbcf0e4b'/>
<id>urn:sha1:c69dbc7c1068a0a059ed77120c30b4cebbcf0e4b</id>
<content type='text'>
Backport of dc26a3d563b1e1d98d40f5d351a6a61c34f12d98 from main
</content>
</entry>
<entry>
<title>[5.0.x] Added missing pycon directives in various docs.</title>
<updated>2023-10-25T10:27:56Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-10-25T10:27:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=415ef34c4c2d4e9416ecf04ddf8cfb33585f1934'/>
<id>urn:sha1:415ef34c4c2d4e9416ecf04ddf8cfb33585f1934</id>
<content type='text'>
Backport of 718b32c6918037cfc746d7867333d79a3c887a8c from main
</content>
</entry>
<entry>
<title>Fixed #32820 -- Added aria-invalid="true" to fields with errors.</title>
<updated>2023-08-01T04:08:04Z</updated>
<author>
<name>Gregor Jerše</name>
<email>gregor.jerse@genialis.com</email>
</author>
<published>2023-06-02T14:27:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=10725a31879c55ba8d92aaa3275093d136957bef'/>
<id>urn:sha1:10725a31879c55ba8d92aaa3275093d136957bef</id>
<content type='text'>
Co-authored-by: Demetris Stavrou &lt;demestav@gmail.com&gt;
Co-authored-by: David Smith &lt;smithdc@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #34077 -- Added form field rendering.</title>
<updated>2023-03-24T09:16:30Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-11-02T20:13:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cad376f844c7bdeeee7607a7c0ea8ae52061309b'/>
<id>urn:sha1:cad376f844c7bdeeee7607a7c0ea8ae52061309b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.</title>
<updated>2023-03-01T12:03:56Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2023-02-28T19:53:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=14459f80ee3a9e005989db37c26fd13bb6d2fab2'/>
<id>urn:sha1:14459f80ee3a9e005989db37c26fd13bb6d2fab2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #34140 -- Corrected rst code-block and various formatting issues in docs.</title>
<updated>2023-02-28T11:21:37Z</updated>
<author>
<name>Joseph Victor Zammit</name>
<email>jvzammit@gmail.com</email>
</author>
<published>2023-01-23T20:29:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ba755ca13123d2691a0926ddb64e5d0a2906a880'/>
<id>urn:sha1:ba755ca13123d2691a0926ddb64e5d0a2906a880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32339 -- Doc'd setting a form's template_name is recomended over using as_* methods.</title>
<updated>2023-02-15T09:26:31Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-12T13:24:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3cc7a92189f45eab034661359e60ede4c88a6052'/>
<id>urn:sha1:3cc7a92189f45eab034661359e60ede4c88a6052</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32339 -- Updated docs to reflect default &lt;div&gt; style form rendering in Django 5.0.</title>
<updated>2023-02-15T09:14:09Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-12T13:20:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=232b60a21b951bd16b8c95b34fcbcbf3ecd89fca'/>
<id>urn:sha1:232b60a21b951bd16b8c95b34fcbcbf3ecd89fca</id>
<content type='text'>
Follow up to 98756c685ee173bbd43f21ed0553f808be835ce5.
</content>
</entry>
<entry>
<title>Refs #34140 -- Applied rst code-block to non-Python examples.</title>
<updated>2023-02-10T18:19:13Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-02-09T15:48:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=534ac4829764f317cf2fbc4a18354fcc998c1425'/>
<id>urn:sha1:534ac4829764f317cf2fbc4a18354fcc998c1425</id>
<content type='text'>
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.
</content>
</entry>
<entry>
<title>Refs #31026 -- Removed ability to return string when rendering ErrorDict/ErrorList.</title>
<updated>2023-01-17T10:49:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-11T05:07:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=31878b4d7387835c5cec5e7fc5b473b737065a58'/>
<id>urn:sha1:31878b4d7387835c5cec5e7fc5b473b737065a58</id>
<content type='text'>
Per deprecation timeline.
</content>
</entry>
</feed>
