<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/forms/api.txt, branch 1.7.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.7.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.7.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-12-05T18:17:36Z</updated>
<entry>
<title>[1.7.x] Corrected example in Form.has_changed() docs.</title>
<updated>2014-12-05T18:17:36Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-05T18:17:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a94c97729591ba929885c713964304a773969a2'/>
<id>urn:sha1:6a94c97729591ba929885c713964304a773969a2</id>
<content type='text'>
Backport of ebfadb808043c689b19cfee818c10f63866ee8fc from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed a grammar error in docs/ref/forms/api.txt.</title>
<updated>2014-08-14T16:15:14Z</updated>
<author>
<name>Zhaorong Ma</name>
<email>mazhaorong@gmail.com</email>
</author>
<published>2014-08-14T16:00:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2b694919db8234b5d4e920ac09066c9fe265dcd7'/>
<id>urn:sha1:2b694919db8234b5d4e920ac09066c9fe265dcd7</id>
<content type='text'>
Backport of bef5b9b7cd from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #21792 -- Documented Form.has_changed()</title>
<updated>2014-08-05T12:49:34Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-08-05T12:40:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5e42e9f0592f987a9caba3b1322ba070927a1195'/>
<id>urn:sha1:5e42e9f0592f987a9caba3b1322ba070927a1195</id>
<content type='text'>
Thanks bjb at credil.org for the suggestion and
Ivan Mesic for the draft patch.

Backport of edcc75e5ac from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #21942 -- Moved Form.clean() to form API docs.</title>
<updated>2014-06-30T20:32:03Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-06-30T20:30:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=af9949f4efe5c2a6fd51b925fe96e4a6644e2799'/>
<id>urn:sha1:af9949f4efe5c2a6fd51b925fe96e4a6644e2799</id>
<content type='text'>
Thanks cjerdonek for the suggestion.

Backport of 874053edf9 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22796 -- Added a more basic explanations of forms.</title>
<updated>2014-06-24T18:58:53Z</updated>
<author>
<name>Daniele Procida</name>
<email>daniele@vurt.org</email>
</author>
<published>2014-06-08T18:30:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=60375eda324d708870dc2ba18b4ac4d6114a68f6'/>
<id>urn:sha1:60375eda324d708870dc2ba18b4ac4d6114a68f6</id>
<content type='text'>
Thanks bmispelon, kezabelle, jorgecarleitao, and timgraham for reviews.

Backport of cd20b5d186 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22510 -- Harden field removal to only None.</title>
<updated>2014-05-24T12:11:50Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2014-05-24T09:52:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=be733bf672eebb7d03061a293a2b0b03c727ab44'/>
<id>urn:sha1:be733bf672eebb7d03061a293a2b0b03c727ab44</id>
<content type='text'>
Refs #8620.

If we allow any value to remove form fields then we get name clashes
with method names, media classes etc. There was a backwards
incompatibility introduced meaning ModelForm subclasses with declared
fields called media or clean would lose those fields.

Field removal is now only permitted by using the sentinel value None.
The docs have been slightly reworded to refer to removal of fields
rather than shadowing.

Thanks to gcbirzan for the report and initial patch, and several of the
core team for opinions.

Backport of 9fb0f5dddc4cf7f2d294af1bcde2c359cffd90a5 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22216 -- Added Form.non_field_errors to form API doc.</title>
<updated>2014-04-05T22:17:13Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-05T22:14:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38679254bf2006c0b31bdb172802024836dac46c'/>
<id>urn:sha1:38679254bf2006c0b31bdb172802024836dac46c</id>
<content type='text'>
Backport of d2f4553d705951ca8043d687f9493c559f494a0c from master
</content>
</entry>
<entry>
<title>Fixed #21962 -- Added escape_html flag to ErrorDict.as_json()</title>
<updated>2014-02-28T12:05:55Z</updated>
<author>
<name>vvojvoda</name>
<email>vedran.vojvoda@gmail.com</email>
</author>
<published>2014-02-18T19:00:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c23b3717be71e4b2e5a32f156ef0a7b4703d012d'/>
<id>urn:sha1:c23b3717be71e4b2e5a32f156ef0a7b4703d012d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21654 -- Documented a use-case for Form.errors.as_data().</title>
<updated>2014-02-14T11:52:50Z</updated>
<author>
<name>Loic Bistuer</name>
<email>loic.bistuer@sixmedia.com</email>
</author>
<published>2014-02-13T18:19:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2e4200b5c7cb4887b7034bb5dcbbd354e4698f27'/>
<id>urn:sha1:2e4200b5c7cb4887b7034bb5dcbbd354e4698f27</id>
<content type='text'>
Thanks selwin for the suggestion.
</content>
</entry>
<entry>
<title>Fixed #21951 -- Updated docs to use __str__ for Python 3</title>
<updated>2014-02-13T12:12:40Z</updated>
<author>
<name>Alasdair Nicol</name>
<email>alasdair@thenicols.net</email>
</author>
<published>2014-02-09T11:38:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8aa1efff6d6cb1589a1977f3e68f4c26eb6adc74'/>
<id>urn:sha1:8aa1efff6d6cb1589a1977f3e68f4c26eb6adc74</id>
<content type='text'>
Thanks Tim Graham for the report and recommendations
</content>
</entry>
</feed>
