<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/docs/ref/forms, branch refs-37159</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=refs-37159</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=refs-37159'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-07-29T13:53:58Z</updated>
<entry>
<title>Fixed #37194 -- Removed redundant choice widget documentation.</title>
<updated>2026-07-29T13:53:58Z</updated>
<author>
<name>maheen8q</name>
<email>mah.een8q@gmai.com</email>
</author>
<published>2026-07-04T19:22:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e1feeee45ea8bcd4325554c9b94fcd75fcd8dbdc'/>
<id>urn:sha1:e1feeee45ea8bcd4325554c9b94fcd75fcd8dbdc</id>
<content type='text'>
The removed section primarily provided usage examples and recommendations
rather than documenting the widget API. The interaction between a choice
field and its widget is already documented in the Select.choices reference.
</content>
</entry>
<entry>
<title>Fixed minor typos and grammatical errors in docs and docstrings.</title>
<updated>2026-07-24T13:36:57Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-05-14T17:25:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9ea5f4facca9931519109ae5d3646d3077da3e5f'/>
<id>urn:sha1:9ea5f4facca9931519109ae5d3646d3077da3e5f</id>
<content type='text'>
Thanks to these people for pointing these out:

* Hojeong Park
* Natalia Bidart
* Sulav Raj Bista
</content>
</entry>
<entry>
<title>Fixed #37162 -- Updated ContactForm docs example to use safe practices.</title>
<updated>2026-07-01T01:14:55Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-06-19T21:41:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=54495840a6a8b09ec40c793495e6541a3c0d3d5b'/>
<id>urn:sha1:54495840a6a8b09ec40c793495e6541a3c0d3d5b</id>
<content type='text'>
Updated the `ContactForm` examples in the "Forms" topic and reference
docs to avoid broken and unsafe practices around sending email:

* Stopped using user-provided `sender` address as `from_email`. Instead,
  renamed to `contact_email` and used it as the `reply_to` address.
* Removed `cc_myself` option to prevent using the form to send spam.
  Substituted an `urgent` field to demonstrate `BooleanField` use.
* Identified email as coming from the contact form and added other
  content to reduce impersonation/phishing risks.

Also updated some example output in the forms reference docs where it
had drifted from the example code over time: email fields default to
`maxlength=320`; the `ContactForm` example has been using a `TextArea`
widget for its message field.
</content>
</entry>
<entry>
<title>Fixed #37116 -- Explained why a code is useful in a ValidationError.</title>
<updated>2026-05-26T15:52:07Z</updated>
<author>
<name>Arthur Vuillard</name>
<email>arthur@hashbang.fr</email>
</author>
<published>2026-05-22T14:09:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=95514247d86ebe0a1582d1fa7a9ffc314ac514f4'/>
<id>urn:sha1:95514247d86ebe0a1582d1fa7a9ffc314ac514f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #16429 -- Extracted set_choices() method from FilePathField.__init__().</title>
<updated>2026-04-29T18:52:25Z</updated>
<author>
<name>TildaDares</name>
<email>mathildaudufo@gmail.com</email>
</author>
<published>2026-03-29T21:02:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3f912ee4189602b4df121c0dc0428673fda5c253'/>
<id>urn:sha1:3f912ee4189602b4df121c0dc0428673fda5c253</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35870 -- Made blank choice label in forms more accessible.</title>
<updated>2026-04-22T21:06:29Z</updated>
<author>
<name>Annabelle Wiegart</name>
<email>annabelle.wiegart@proton.me</email>
</author>
<published>2026-01-18T19:03:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=63c56cda133a85a158502891c40465bc0331d3d9'/>
<id>urn:sha1:63c56cda133a85a158502891c40465bc0331d3d9</id>
<content type='text'>
Added new constant django.db.models.fields.BLANK_CHOICE_LABEL for
an accessible and translatable blank choice label in forms.
Deprecated django.db.models.fields.BLANK_CHOICE_DASH constant.
Added the immediately deprecated transitional setting
USE_BLANK_CHOICE_DASH.

Co-Authored-By: Marijke Luttekes &lt;mail@marijkeluttekes.dev&gt;
</content>
</entry>
<entry>
<title>Fixed #33113 -- Documented usage and caveats of HTML5 date input in DateInput widget.</title>
<updated>2026-04-13T07:00:59Z</updated>
<author>
<name>Samriddha9619</name>
<email>sumitkumartripathi0@gmail.com</email>
</author>
<published>2025-09-24T18:02:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7dc826b9758d634623a6f5ca05d0ca2048a0ce48'/>
<id>urn:sha1:7dc826b9758d634623a6f5ca05d0ca2048a0ce48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36904 -- Clarified how to hide form field labels in docs.</title>
<updated>2026-03-19T16:39:17Z</updated>
<author>
<name>Amar</name>
<email>100243770+aadeina@users.noreply.github.com</email>
</author>
<published>2026-02-08T20:46:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8401071c52d19a2bdd987a2dbe79c440f01dfae9'/>
<id>urn:sha1:8401071c52d19a2bdd987a2dbe79c440f01dfae9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a typo in docs/ref/forms/models.txt.</title>
<updated>2026-01-09T00:10:40Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-01-08T21:25:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f3b982f21f098958e1e018044df00e93cdb40bd1'/>
<id>urn:sha1:f3b982f21f098958e1e018044df00e93cdb40bd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 5.2.</title>
<updated>2025-09-17T18:17:05Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-09-05T17:49:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=00a84fc6f3bb8cca15113e4d41e710123d182b4a'/>
<id>urn:sha1:00a84fc6f3bb8cca15113e4d41e710123d182b4a</id>
<content type='text'>
</content>
</entry>
</feed>
