<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/docs/ref/forms/models.txt, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-01-09T00:10:40Z</updated>
<entry>
<title>Fixed a typo in docs/ref/forms/models.txt.</title>
<updated>2026-01-09T00:10:40Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-01-08T21:25:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f3b982f21f098958e1e018044df00e93cdb40bd1'/>
<id>urn:sha1:f3b982f21f098958e1e018044df00e93cdb40bd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35831 -- Documented the model form meta API in model form reference docs.</title>
<updated>2025-08-29T06:58:58Z</updated>
<author>
<name>Mustafa Pirbhai</name>
<email>mustafaspirbhai@gmail.com</email>
</author>
<published>2025-08-27T11:07:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=183fcebf88aa0762a2e28477f9b24c34341a75f4'/>
<id>urn:sha1:183fcebf88aa0762a2e28477f9b24c34341a75f4</id>
<content type='text'>
Co-authored-by: Jonathan &lt;3218047+jernwerber@users.noreply.github.com&gt;
Co-authored-by: Mustafa &lt;117516335+mspirbhai@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Refs #36485 -- Rewrapped docs to 79 columns line length.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-07-25T09:24:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f81e6e3a53ee36e3f730a71aa55a5744982dd016'/>
<id>urn:sha1:f81e6e3a53ee36e3f730a71aa55a5744982dd016</id>
<content type='text'>
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 4.1.</title>
<updated>2023-01-17T10:49:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-06T07:09:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=490cccbe7e83874923b276eed26cc23b0db5ebb9'/>
<id>urn:sha1:490cccbe7e83874923b276eed26cc23b0db5ebb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 4.0.</title>
<updated>2022-05-17T12:22:06Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-05-10T13:07:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ca1c3151c3df48f1fb2cd17df9cfe93800254665'/>
<id>urn:sha1:ca1c3151c3df48f1fb2cd17df9cfe93800254665</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26142 -- Allowed model formsets to prevent new object creation.</title>
<updated>2022-01-27T19:45:21Z</updated>
<author>
<name>vgolubev</name>
<email>nakmak1998@gmail.com</email>
</author>
<published>2021-08-01T20:33:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e87f57fdb8dcdabc452bd15abd015bf6c9b1f7a8'/>
<id>urn:sha1:e87f57fdb8dcdabc452bd15abd015bf6c9b1f7a8</id>
<content type='text'>
Thanks Jacob Walls, David Smith, and Mariusz Felisiak for reviews.

Co-authored-by: parth &lt;parthvin@gmail.com&gt;
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 3.2.</title>
<updated>2021-09-20T19:23:01Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-09-16T05:43:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=97237ad3feed80407ed1884ea84cf00fd9fea367'/>
<id>urn:sha1:97237ad3feed80407ed1884ea84cf00fd9fea367</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/chango.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>Refs #17642 -- Doc'd min_num and validate_min arguments in modelformset_factory() docs.</title>
<updated>2020-08-18T07:30:31Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-08-18T07:30:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=13704b057d3c77d9442a150f79d8fad34bcdb995'/>
<id>urn:sha1:13704b057d3c77d9442a150f79d8fad34bcdb995</id>
<content type='text'>
Changed arguments ordering to match the modelformset_factory()
signature.</content>
</entry>
<entry>
<title>Fixed #9061 -- Allowed FormSets to disable deleting extra forms.</title>
<updated>2020-06-24T07:26:25Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-06-19T21:46:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=162765d6c3182e36095d29543e21b44b908625fc'/>
<id>urn:sha1:162765d6c3182e36095d29543e21b44b908625fc</id>
<content type='text'>
Thanks to Dan Ward for the initial patch.
</content>
</entry>
</feed>
