<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/forms/modelforms.txt, branch 1.3.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.3.3</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.3.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2011-09-22T05:48:42Z</updated>
<entry>
<title>[1.3.X] Fixed #11674 -- Clarified docs on excluded fields of ModelForms. Thanks PieterSwinkels for the patch.</title>
<updated>2011-09-22T05:48:42Z</updated>
<author>
<name>Paul McMillan</name>
<email>Paul@McMillan.ws</email>
</author>
<published>2011-09-22T05:48:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ed156a44caed412d5852912bfc7e93357e9452b9'/>
<id>urn:sha1:ed156a44caed412d5852912bfc7e93357e9452b9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16881 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[1.3.X] Fixed #16513 - Add forms import to example; thanks teraom.</title>
<updated>2011-08-06T19:02:56Z</updated>
<author>
<name>Timo Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2011-08-06T19:02:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=199f10f9c09c5e5073c2e3a3a03f4a66d5c36855'/>
<id>urn:sha1:199f10f9c09c5e5073c2e3a3a03f4a66d5c36855</id>
<content type='text'>
Backport of r16586 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16587 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served any useful purpose since oldforms. Thanks to PaulM for driving the issue and providing the patch.</title>
<updated>2011-03-03T13:28:20Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-03-03T13:28:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d1290b5b43485c7018ba92981d34c1f96614924e'/>
<id>urn:sha1:d1290b5b43485c7018ba92981d34c1f96614924e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15723 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1</title>
<updated>2010-12-26T00:37:14Z</updated>
<author>
<name>Timo Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2010-12-26T00:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2ea93f9327e37c686cc4333d1f483a7c97894a3c'/>
<id>urn:sha1:2ea93f9327e37c686cc4333d1f483a7c97894a3c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14655 -- Made formsets iterable. This allows a slightly more natural iteration API (`for form in formsets`), and allows you to easily override the form rendering order. Thanks to Kent Hauser for the suggestion and patch.</title>
<updated>2010-12-19T13:41:43Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-12-19T13:41:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7adffaeaf6dfa22db0b6b2a29632b9150c7ac732'/>
<id>urn:sha1:7adffaeaf6dfa22db0b6b2a29632b9150c7ac732</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14986 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14791 - Clarify additional note on save(). Thanks OldTroll.</title>
<updated>2010-11-28T18:48:55Z</updated>
<author>
<name>Timo Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2010-11-28T18:48:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=22d4ecb19b378a717de41941571c55a05355b19e'/>
<id>urn:sha1:22d4ecb19b378a717de41941571c55a05355b19e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14740 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14537 -- Added documentation on where validators can be imported from to Validators Reference docs, and improved Sphinx formatting and metadata. Thanks to rfugger for the report.</title>
<updated>2010-10-23T22:06:01Z</updated>
<author>
<name>Gabriel Hurley</name>
<email>gabehr@gmail.com</email>
</author>
<published>2010-10-23T22:06:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d37114200115163e34c6618291ea9d29938ff4a3'/>
<id>urn:sha1:d37114200115163e34c6618291ea9d29938ff4a3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14392 -- Changed ModelForm.fields and ModelForm.exclude examples to use tuples instead of lists since they were used inconsistently throughout the page (it wasn't hurting anything, but consistency is nice). Thanks to lspcity for the report and gruszczy for the patch.</title>
<updated>2010-10-10T22:40:54Z</updated>
<author>
<name>Gabriel Hurley</name>
<email>gabehr@gmail.com</email>
</author>
<published>2010-10-10T22:40:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=548b6c7e691fc3a50072e9405d3b68d9e50ebd9f'/>
<id>urn:sha1:548b6c7e691fc3a50072e9405d3b68d9e50ebd9f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14134 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14141: docs now use the :doc: construct for links between documents.</title>
<updated>2010-08-19T19:27:44Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2010-08-19T19:27:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=728effcfbdc29d7962b56d794f8911f57a9a63df'/>
<id>urn:sha1:728effcfbdc29d7962b56d794f8911f57a9a63df</id>
<content type='text'>
Thanks, Ramiro Morales.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11735 -- Corrected an example of FormSet subclassing. Thanks to claudep for the report.</title>
<updated>2010-08-07T14:56:38Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-08-07T14:56:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=50e3aa03e66fb7b7b7c6f5533efd961742b81853'/>
<id>urn:sha1:50e3aa03e66fb7b7b7c6f5533efd961742b81853</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
