<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/forms/api.txt, branch 5.1.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.1.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.1.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-10-30T10:07:13Z</updated>
<entry>
<title>[5.1.x] Fixed #35873 -- Corrected Form.as_table() call in form docs.</title>
<updated>2024-10-30T10:07:13Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2024-10-29T22:17:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4915feaaf71f011146fc4e2c51e031ad4a80c00b'/>
<id>urn:sha1:4915feaaf71f011146fc4e2c51e031ad4a80c00b</id>
<content type='text'>
Backport of 8f3dee1dfdc4242348c6cd6ead1c359cda78c2b5 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed #35871 -- Corrected example on altering the base_fields attribute in forms docs.</title>
<updated>2024-10-29T07:40:59Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2024-10-28T23:44:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a0ea554d24406011474af6be6183807c94d20896'/>
<id>urn:sha1:a0ea554d24406011474af6be6183807c94d20896</id>
<content type='text'>
Backport of 738e0601d597d4b6bee0000f645994495af984d8 from main.
</content>
</entry>
<entry>
<title>Fixed #35069 -- Fixed typo in docs/ref/forms/api.txt.</title>
<updated>2023-12-30T13:28:10Z</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=dc26a3d563b1e1d98d40f5d351a6a61c34f12d98'/>
<id>urn:sha1:dc26a3d563b1e1d98d40f5d351a6a61c34f12d98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added missing pycon directives in various docs.</title>
<updated>2023-10-25T10:27:27Z</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=718b32c6918037cfc746d7867333d79a3c887a8c'/>
<id>urn:sha1:718b32c6918037cfc746d7867333d79a3c887a8c</id>
<content type='text'>
</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>
</feed>
