<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/forms/api.txt, branch 1.8c1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.8c1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.8c1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-12-05T18:17:14Z</updated>
<entry>
<title>Corrected example in Form.has_changed() docs.</title>
<updated>2014-12-05T18:17:14Z</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=ebfadb808043c689b19cfee818c10f63866ee8fc'/>
<id>urn:sha1:ebfadb808043c689b19cfee818c10f63866ee8fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().</title>
<updated>2014-08-15T12:14:45Z</updated>
<author>
<name>Gabriel Muñumel</name>
<email>gabrielmunumel@gmail.com</email>
</author>
<published>2014-08-07T02:56:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=deed00c0d803d324a3dfdeba52458b6b009c1a90'/>
<id>urn:sha1:deed00c0d803d324a3dfdeba52458b6b009c1a90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a grammar error in docs/ref/forms/api.txt.</title>
<updated>2014-08-14T16:13:52Z</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=bef5b9b7cdca04713ab5a34fa02b2e8dfcf79d9e'/>
<id>urn:sha1:bef5b9b7cdca04713ab5a34fa02b2e8dfcf79d9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21792 -- Documented Form.has_changed()</title>
<updated>2014-08-05T12:44:57Z</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=edcc75e5ac5b9dc2f174580e7adacd3be586f8bd'/>
<id>urn:sha1:edcc75e5ac5b9dc2f174580e7adacd3be586f8bd</id>
<content type='text'>
Thanks bjb at credil.org for the suggestion and
Ivan Mesic for the draft patch.
</content>
</entry>
<entry>
<title>Fixed #21942 -- Moved Form.clean() to form API docs.</title>
<updated>2014-06-30T20:30:57Z</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=874053edf92c02e1ab155bdf7491b08f9863dce8'/>
<id>urn:sha1:874053edf92c02e1ab155bdf7491b08f9863dce8</id>
<content type='text'>
Thanks cjerdonek for the suggestion.
</content>
</entry>
<entry>
<title>Fixed #22796 -- Added a more basic explanations of forms.</title>
<updated>2014-06-24T18:55:22Z</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=cd20b5d1864e3c0f2d9ce8b9d186c201e5d89c00'/>
<id>urn:sha1:cd20b5d1864e3c0f2d9ce8b9d186c201e5d89c00</id>
<content type='text'>
Thanks bmispelon, kezabelle, jorgecarleitao, and timgraham for reviews.
</content>
</entry>
<entry>
<title>Fixed #22510 -- Harden field removal to only None.</title>
<updated>2014-05-24T12:10: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=9fb0f5dddc4cf7f2d294af1bcde2c359cffd90a5'/>
<id>urn:sha1:9fb0f5dddc4cf7f2d294af1bcde2c359cffd90a5</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.
</content>
</entry>
<entry>
<title>Fixed #22533 -- Added label_suffix parameter to form fields.</title>
<updated>2014-05-13T13:09:33Z</updated>
<author>
<name>Julen Ruiz Aizpuru</name>
<email>julenx@gmail.com</email>
</author>
<published>2014-04-29T08:07:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5eb81ce44532596ecc1c781d93f3421a467a6206'/>
<id>urn:sha1:5eb81ce44532596ecc1c781d93f3421a467a6206</id>
<content type='text'>
Fields can now receive the `label_suffix` attribute, which will override
a form's `label_suffix`.

This enhances the possibility to customize form's `label_suffix`, allowing
to use such customizations while using shortcuts such as
`{{ form.as_p }}`.

Note that the field's own customization can be overridden at runtime by
using the `label_prefix` parameter to `BoundField.label_tag()`.

Refs #18134.
</content>
</entry>
<entry>
<title>Fixed #22216 -- Added Form.non_field_errors to form API doc.</title>
<updated>2014-04-05T22:16:01Z</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=d2f4553d705951ca8043d687f9493c559f494a0c'/>
<id>urn:sha1:d2f4553d705951ca8043d687f9493c559f494a0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 1.6.</title>
<updated>2014-03-24T15:42:56Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-03-24T15:42:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=51c8045145b29fed604f716d4d17958aa803b5ea'/>
<id>urn:sha1:51c8045145b29fed604f716d4d17958aa803b5ea</id>
<content type='text'>
</content>
</entry>
</feed>
