<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/forms_tests/field_tests/test_charfield.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-07-23T23:17:55Z</updated>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.</title>
<updated>2020-04-28T08:49:00Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-02-12T13:48:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ef4a18dbe71f538a9ef8c39111ae2f0b62eb90b'/>
<id>urn:sha1:9ef4a18dbe71f538a9ef8c39111ae2f0b62eb90b</id>
<content type='text'>
Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed imports per isort 4.3.1.</title>
<updated>2018-02-02T19:44:07Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-02-02T19:44:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d0a42a14c06e033922f6d51e6384cba53be887b6'/>
<id>urn:sha1:d0a42a14c06e033922f6d51e6384cba53be887b6</id>
<content type='text'>
Partially reverted 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c.
</content>
</entry>
<entry>
<title>Fixed imports per isort 4.3.0.</title>
<updated>2018-02-01T08:29:46Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-02-01T08:29:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9bcf73d788866bc93f8248cb2e9d601ecbc4b50c'/>
<id>urn:sha1:9bcf73d788866bc93f8248cb2e9d601ecbc4b50c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29038 -- Removed closing slash from HTML void tags.</title>
<updated>2018-01-21T07:09:10Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-21T07:09:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf'/>
<id>urn:sha1:ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28555 -- Made CharField convert whitespace-only values to the empty_value when strip is enabled.</title>
<updated>2017-09-05T16:41:38Z</updated>
<author>
<name>Josh Schneier</name>
<email>josh.schneier@gmail.com</email>
</author>
<published>2017-09-05T16:41:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=48c394a6fc2594891f766293afec8f86d63e1015'/>
<id>urn:sha1:48c394a6fc2594891f766293afec8f86d63e1015</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharField form field.</title>
<updated>2017-08-13T00:14:14Z</updated>
<author>
<name>Alejandro Zamora</name>
<email>azamora@machinalis.com</email>
</author>
<published>2017-06-23T15:06:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=90d7b912b9c451dfdfb38f5f1f598af3b879257f'/>
<id>urn:sha1:90d7b912b9c451dfdfb38f5f1f598af3b879257f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28192 -- Required passing optional form field args as keyword args.</title>
<updated>2017-06-03T14:49:01Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-06-03T14:49:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=43b574007ef5edfe11f3b899fbe0a6fc05c43774'/>
<id>urn:sha1:43b574007ef5edfe11f3b899fbe0a6fc05c43774</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
</feed>
