<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/forms/modelforms.txt, branch 2.0.6</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.0.6</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.0.6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2018-05-12T17:41:40Z</updated>
<entry>
<title>[2.0.x] Alphabetized imports in various docs.</title>
<updated>2018-05-12T17:41:40Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-05-12T17:37:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=80a53202d416baeba096e8b91a011f163ff31853'/>
<id>urn:sha1:80a53202d416baeba096e8b91a011f163ff31853</id>
<content type='text'>
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
Backport of 35319bf12ccefe1911588493484160aa49208f89 from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #29375 -- Removed empty action attribute on HTML forms.</title>
<updated>2018-05-02T13:35:26Z</updated>
<author>
<name>CHI Cheng</name>
<email>cloudream@gmail.com</email>
</author>
<published>2018-05-02T13:20:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=482ba9246e1838378a7e320c247fa7338ca49b40'/>
<id>urn:sha1:482ba9246e1838378a7e320c247fa7338ca49b40</id>
<content type='text'>
Backport of 4660ce5a6930e07899ed083801845ee4c44c09df from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #28761 -- Documented how an inline formset's prefix works.</title>
<updated>2018-01-13T21:39:53Z</updated>
<author>
<name>jaywelborn</name>
<email>jesse.welborn@gmail.com</email>
</author>
<published>2017-11-01T19:40:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e5acbbe18e1f6840cea0c6f37f4ac7bfbdb04acc'/>
<id>urn:sha1:e5acbbe18e1f6840cea0c6f37f4ac7bfbdb04acc</id>
<content type='text'>
Backport of 56e590cc0be4d8c8b6fe0967583a6e02d18ee03e from master
</content>
</entry>
<entry>
<title>Fixed #27993 -- Fixed model form default fallback for SelectMultiple.</title>
<updated>2017-03-31T14:10:08Z</updated>
<author>
<name>heathervm</name>
<email>heathervmurray@gmail.com</email>
</author>
<published>2017-03-31T14:10:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7d1e23775344cc3dead03bd4af45f4fdf134b819'/>
<id>urn:sha1:7d1e23775344cc3dead03bd4af45f4fdf134b819</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Converted usage of ugettext* functions to their gettext* aliases</title>
<updated>2017-02-07T08:04:04Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-01-26T19:58:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c651331b34b7c3841c126959e6e52879bc6f0834'/>
<id>urn:sha1:c651331b34b7c3841c126959e6e52879bc6f0834</id>
<content type='text'>
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced super(ClassName, self) with super() in docs.</title>
<updated>2017-01-25T16:53:05Z</updated>
<author>
<name>chillaranand</name>
<email>anand21nanda@gmail.com</email>
</author>
<published>2017-01-22T06:57:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dc165ec8e5698ffc6dee6b510f1f92c9fd7467fe'/>
<id>urn:sha1:dc165ec8e5698ffc6dee6b510f1f92c9fd7467fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed Python 2 notes in docs.</title>
<updated>2017-01-18T16:51:29Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-01-18T16:51:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f6acd1d271122d66de8061e75ae26137ddf02658'/>
<id>urn:sha1:f6acd1d271122d66de8061e75ae26137ddf02658</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 1.10.</title>
<updated>2017-01-18T01:52:05Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-01-02T15:25:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e27e4c03399f610e0db1fb9b881095d762fda2b7'/>
<id>urn:sha1:e27e4c03399f610e0db1fb9b881095d762fda2b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.</title>
<updated>2017-01-18T01:52:02Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-12-31T15:30:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bcf3532ede16407f1a701717deaed835eda3e87b'/>
<id>urn:sha1:bcf3532ede16407f1a701717deaed835eda3e87b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.</title>
<updated>2016-09-30T18:49:50Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-09-30T18:49:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=87c5e7efebd040aef0f0479ccf86877155bb5cea'/>
<id>urn:sha1:87c5e7efebd040aef0f0479ccf86877155bb5cea</id>
<content type='text'>
</content>
</entry>
</feed>
