<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/forms/formsets.txt, branch archive/soc2010/query-refactor</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-05-12T11:56:42Z</updated>
<entry>
<title>Fixed #13524 -- Added backwards compatibility and feature notes regarding admin inlines and formsets. Thanks to Ramiro Morales and Gabriel Hurley.</title>
<updated>2010-05-12T11:56:42Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-05-12T11:56:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d0d3e6792da9e716e547f23dfd44706d2bab3c8e'/>
<id>urn:sha1:d0d3e6792da9e716e547f23dfd44706d2bab3c8e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11908 -- Clarified the role and usage of the ManagementForm in formsets. Thanks to timo for the draft patch.</title>
<updated>2010-05-10T14:07:05Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-05-10T14:07:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=101571b940123deaf3d9dc2a32381ad2fe151d71'/>
<id>urn:sha1:101571b940123deaf3d9dc2a32381ad2fe151d71</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12505 -- Clarified the use of the extra argument in formsets. Thanks to Andreas for the report, and timo for the draft patch.</title>
<updated>2010-05-10T14:03:11Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-05-10T14:03:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a44b10dba75409ade5870d196dd424b10e88869e'/>
<id>urn:sha1:a44b10dba75409ade5870d196dd424b10e88869e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13023 - Removed ambiguity with regard to the max_num option of formsets and as a result of admin inlines. Thanks to Gabriel Hurley for the patch.</title>
<updated>2010-03-27T23:03:56Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-03-27T23:03:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aba95dcc0b5370ffac3d3b701c3ca7782ee999c1'/>
<id>urn:sha1:aba95dcc0b5370ffac3d3b701c3ca7782ee999c1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Updated formset docs to contain the new management form field for max_num values.</title>
<updated>2010-02-01T14:19:30Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-02-01T14:19:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a0bae6ebb8105bfe649b21b001ab0b19dce59b2c'/>
<id>urn:sha1:a0bae6ebb8105bfe649b21b001ab0b19dce59b2c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12373 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12508 - Added ability to dynamically add inlines in the admin app.</title>
<updated>2010-01-26T15:02:53Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-01-26T15:02:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c14937cf7a1e8c25702e89485cc2dd33aa0d3a16'/>
<id>urn:sha1:c14937cf7a1e8c25702e89485cc2dd33aa0d3a16</id>
<content type='text'>
Refs #13. Also introduces an ``empty_form`` attribute on formsets to make it easier to implement dynamic forms.

Many thanks to Zain Memon for the initial patch from his Summer of Code 2009 project, Stanislaus Madueke for his django-dynamic-formset app and all the other people helping out.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10989 -- Fixed typos in formset and widget-media docs. Thanks, falken@mixworx.net and ramiro</title>
<updated>2010-01-10T17:45:55Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2010-01-10T17:45:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9e3dbc757301a663717029fdd66e351d72e93079'/>
<id>urn:sha1:9e3dbc757301a663717029fdd66e351d72e93079</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12168 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12053 - form examples don't validate according to w3c</title>
<updated>2010-01-04T21:55:52Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2010-01-04T21:55:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=48edb177edf04854999355dfdfe23fc6ee312d7b'/>
<id>urn:sha1:48edb177edf04854999355dfdfe23fc6ee312d7b</id>
<content type='text'>
Thanks to skyl for the report.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12086 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10287 -- Added better examples in the docs of formset validation. Thanks to Andrew Badr for the text.</title>
<updated>2009-07-15T13:52:39Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-07-15T13:52:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b1e645b6cdec97091ddfbe3e47f41879ebd5af7a'/>
<id>urn:sha1:b1e645b6cdec97091ddfbe3e47f41879ebd5af7a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10795: added a link to model formsets docs from the formsets docs.</title>
<updated>2009-05-14T02:13:08Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-05-14T02:13:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc458dd710a4306593956590cf261eeca6311c3d'/>
<id>urn:sha1:fc458dd710a4306593956590cf261eeca6311c3d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10774 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
