<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/formsets.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>2025-07-23T23:17:55Z</updated>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Refs #36500 -- Shortened some long docstrings and comments.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2025-07-23T03:40:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=55b0cc21310b76ce4018dd793ba50556eaf0af06'/>
<id>urn:sha1:55b0cc21310b76ce4018dd793ba50556eaf0af06</id>
<content type='text'>
Manually reformatted some long docstrings and comments that would be
damaged by the to-be-applied autofixer script, in cases where editorial
judgment seemed necessary for style or wording changes.
</content>
</entry>
<entry>
<title>Fixed #35913 -- Prevented formset name suffix 'FormFormSet'.</title>
<updated>2024-11-20T10:36:33Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2024-11-17T02:25:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f60d5e46e131b94d6ecc92b6891689ccc94bd1c9'/>
<id>urn:sha1:f60d5e46e131b94d6ecc92b6891689ccc94bd1c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29942 -- Restored source file linking in docs by using the Sphinx linkcode ext.</title>
<updated>2024-05-15T01:08:29Z</updated>
<author>
<name>Joachim Jablon</name>
<email>ewjoachim@gmail.com</email>
</author>
<published>2023-06-01T23:33:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b691accea13da0f703728b1d62657cb7ba87da60'/>
<id>urn:sha1:b691accea13da0f703728b1d62657cb7ba87da60</id>
<content type='text'>
Co-authored-by: David Smith &lt;smithdc@gmail.com&gt;
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed #34532 -- Made formset_factory() respect Form's default_renderer.</title>
<updated>2023-07-24T07:09:53Z</updated>
<author>
<name>Christopher Cave-Ayland</name>
<email>c.cave-ayland@imperial.ac.uk</email>
</author>
<published>2023-06-01T12:26:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=95e4d6b81312fdd9f8ebf3385be1c1331168b5cf'/>
<id>urn:sha1:95e4d6b81312fdd9f8ebf3385be1c1331168b5cf</id>
<content type='text'>
Co-authored-by: David Smith &lt;smithdc@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra forms is disabled.</title>
<updated>2023-02-20T08:04:29Z</updated>
<author>
<name>Laurens Verhoeven</name>
<email>12578054+laurensverhoeven@users.noreply.github.com</email>
</author>
<published>2023-02-17T20:05:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6cbc403b8ee7014bd6dae4892d404eedb1d4a50d'/>
<id>urn:sha1:6cbc403b8ee7014bd6dae4892d404eedb1d4a50d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32339 -- Changed default form and formset rendering style to div-based.</title>
<updated>2023-01-17T10:49:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-13T08:32:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=98756c685ee173bbd43f21ed0553f808be835ce5'/>
<id>urn:sha1:98756c685ee173bbd43f21ed0553f808be835ce5</id>
<content type='text'>
Per deprecation timeline.

This also removes "django/forms/default.html" and
"django/forms/formsets/default.html" templates.
</content>
</entry>
<entry>
<title>Fixed #33995 -- Fixed FormSet.empty_form crash when empty_permitted is passed to form_kwargs.</title>
<updated>2022-09-09T11:51:47Z</updated>
<author>
<name>DevilsAutumn</name>
<email>bhuvnesh875@gmail.com</email>
</author>
<published>2022-09-09T09:51:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3cd252cfc46c0c7d66e765818dd3dadf60d4d0e'/>
<id>urn:sha1:f3cd252cfc46c0c7d66e765818dd3dadf60d4d0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33876, Refs #32229 -- Made management forms render with div.html template.</title>
<updated>2022-08-02T08:30:09Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-08-02T07:34:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89e695a69b16b8c0e720169b3ca4852cfd0c485f'/>
<id>urn:sha1:89e695a69b16b8c0e720169b3ca4852cfd0c485f</id>
<content type='text'>
Thanks to Claude Paroz for the report.
</content>
</entry>
<entry>
<title>Fixed #33622 -- Allowed customizing error messages for invalid number of forms.</title>
<updated>2022-05-10T11:42:31Z</updated>
<author>
<name>Marc Seguí Coll</name>
<email>metarizard@gmail.com</email>
</author>
<published>2022-05-07T22:53:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=262fde94de5eb6544fc0f289575583436613c045'/>
<id>urn:sha1:262fde94de5eb6544fc0f289575583436613c045</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
</feed>
