<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/forms/api.txt, branch 4.1.6</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.1.6</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.1.6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-12-07T10:08:05Z</updated>
<entry>
<title>[4.1.x] Refs #32339 -- Updated Form API docs to prefer as_div() output style.</title>
<updated>2022-12-07T10:08:05Z</updated>
<author>
<name>David Smith</name>
<email>39445562+smithdc1@users.noreply.github.com</email>
</author>
<published>2022-12-07T09:49:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7713370f08bc5875785134052b32146ae8cfc578'/>
<id>urn:sha1:7713370f08bc5875785134052b32146ae8cfc578</id>
<content type='text'>
Backport of 9ac97e7eb5a74f813012715c7598c8608e78e178 from main
</content>
</entry>
<entry>
<title>Fixed #32339 -- Added div.html form template.</title>
<updated>2022-05-05T12:32:43Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-05-05T07:21:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ec5659382a5f5fc2daf0c87ccc89d0fb07534874'/>
<id>urn:sha1:ec5659382a5f5fc2daf0c87ccc89d0fb07534874</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32339 -- Restructured outputting HTML form docs.</title>
<updated>2022-05-04T09:52:48Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-05-03T14:07:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fde946daffbb007a7d033945677cc8e9e475d516'/>
<id>urn:sha1:fde946daffbb007a7d033945677cc8e9e475d516</id>
<content type='text'>
In the topic doc, promoted the Reusable form templates section.

In the reference, re-grouped and promoted the default __str__()
rendering path, and then gathered the various as_*() helpers
subsequently.

Thanks to David Smith for review.
</content>
</entry>
<entry>
<title>Refs #32339 -- Allowed renderer to specify default form and formset templates.</title>
<updated>2022-04-27T08:21:04Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-04-26T14:01:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=476d4d508717977101bba1a7f765653e48e88e76'/>
<id>urn:sha1:476d4d508717977101bba1a7f765653e48e88e76</id>
<content type='text'>
Co-authored-by: David Smith &lt;smithdc@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #32339 -- Added use_fieldset to Widget.</title>
<updated>2022-03-30T14:28:14Z</updated>
<author>
<name>David</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-01-13T23:08:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c8459708a7e0a2474255b77d0f104a7f16e8b32c'/>
<id>urn:sha1:c8459708a7e0a2474255b77d0f104a7f16e8b32c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32338 -- Added Boundfield.legend_tag().</title>
<updated>2021-12-09T06:16:33Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-11-06T06:50:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eba9a9b7f72995206af867600d6685b5405f172a'/>
<id>urn:sha1:eba9a9b7f72995206af867600d6685b5405f172a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #31026 -- Improved BoundField.label_tag() docs.</title>
<updated>2021-10-06T18:30:53Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-10-02T06:14:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9be36f8044c3bdfe5d1819d4b3b62bee64a039e3'/>
<id>urn:sha1:9be36f8044c3bdfe5d1819d4b3b62bee64a039e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31026 -- Switched form rendering to template engine.</title>
<updated>2021-09-20T13:50:18Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-09-10T07:06:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=456466d932830b096d39806e291fe23ec5ed38d5'/>
<id>urn:sha1:456466d932830b096d39806e291fe23ec5ed38d5</id>
<content type='text'>
Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope
for reviews.

Co-authored-by: Johannes Hoppe &lt;info@johanneshoppe.com&gt;
</content>
</entry>
<entry>
<title>Fixed #32933 -- Documented BoundField.initial as preferred over Form.get_initial_for_field().</title>
<updated>2021-07-27T14:47:09Z</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2021-07-16T12:02:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6559a55eed09780b30ee3c3636ccf30318622bcf'/>
<id>urn:sha1:6559a55eed09780b30ee3c3636ccf30318622bcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 3.1.</title>
<updated>2021-01-14T16:50:04Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-05T10:20:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b7dd89ed5389067cb70294682ffef1ba23d33934'/>
<id>urn:sha1:b7dd89ed5389067cb70294682ffef1ba23d33934</id>
<content type='text'>
</content>
</entry>
</feed>
