<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/newforms/formsets.py, branch archive/attic/newforms-admin</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fnewforms-admin</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fnewforms-admin'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2008-07-07T00:31:29Z</updated>
<entry>
<title>newforms-admin: Allow an overridden _construct_form to easily pass parameters through to the form constructor in formsets.</title>
<updated>2008-07-07T00:31:29Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-07-07T00:31:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=84541cd244638b44ca7f0f1076427470f4128a44'/>
<id>urn:sha1:84541cd244638b44ca7f0f1076427470f4128a44</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #6075 -- Implemented max_num on formsets and model formsets. Added a hook on InlineModelAdmin to customize in the admin interface.</title>
<updated>2008-06-11T03:58:01Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-06-11T03:58:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=530670e27f338923c0199dc274f2ecf71af5d762'/>
<id>urn:sha1:530670e27f338923c0199dc274f2ecf71af5d762</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7613 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Removed the leading underscore from _formset_factory. It was missed in [7605].</title>
<updated>2008-06-10T19:58:25Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-06-10T19:58:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=edf396da59d44efebe6d5d7242bda30de4b1afeb'/>
<id>urn:sha1:edf396da59d44efebe6d5d7242bda30de4b1afeb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7612 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #5520 -- Implemented save_as functionality. This also</title>
<updated>2008-06-10T03:54:05Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-06-10T03:54:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3b92ced51856e740cd6fb3d3e5bb8ea932bd276e'/>
<id>urn:sha1:3b92ced51856e740cd6fb3d3e5bb8ea932bd276e</id>
<content type='text'>
properly makes inlines work as well.


git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7603 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #7391 -- Mark the output of BaseFormSet.as_table safe. Thanks akaihola!</title>
<updated>2008-06-07T22:31:25Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-06-07T22:31:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=65ef8d4da78c94a8b1da5ac058f1b85b942f58ae'/>
<id>urn:sha1:65ef8d4da78c94a8b1da5ac058f1b85b942f58ae</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7587 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #6390 -- Added a missing import in django/newforms/formsets.py. Thanks, Jurian Botha.</title>
<updated>2008-03-31T15:37:09Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-03-31T15:37:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=85471641f1c56a4fc5eaf9cc0e00ead64e447f59'/>
<id>urn:sha1:85471641f1c56a4fc5eaf9cc0e00ead64e447f59</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #6926. Formset management forms now use the proper prefix. Thanks, msundstr.</title>
<updated>2008-03-30T23:54:55Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2008-03-30T23:54:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=613c391461cec08786c6ecfdfb287c740d47b1e4'/>
<id>urn:sha1:613c391461cec08786c6ecfdfb287c740d47b1e4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7391 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Cleaned up the implementation and APIs of all the formset classes. Backwards-incompatible.</title>
<updated>2008-03-17T17:55:16Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2008-03-17T17:55:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=93c45b570427b0a0f875a6f551d229f20e2ac5ee'/>
<id>urn:sha1:93c45b570427b0a0f875a6f551d229f20e2ac5ee</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7270 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #5353. Added FormSet validation hook. Separated a few things out from the original patch and added more tests. Thanks, Honza Kral.</title>
<updated>2007-09-25T02:42:26Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2007-09-25T02:42:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b40f9b63bb6900689e6052052f620d6447ec63e5'/>
<id>urn:sha1:b40f9b63bb6900689e6052052f620d6447ec63e5</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6419 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Fixed #5388. Validation broken for models with &gt; 1 inline formset.</title>
<updated>2007-09-12T01:37:39Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2007-09-12T01:37:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dae251584e0334854a664663337925b79cb7a88f'/>
<id>urn:sha1:dae251584e0334854a664663337925b79cb7a88f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
