<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/forms/validation.txt, branch 5.1.12</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.1.12</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.1.12'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-11-11T13:52:08Z</updated>
<entry>
<title>[5.1.x] Updated validate_slug regular expression in form validation docs.</title>
<updated>2024-11-11T13:52:08Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2024-11-07T00:39:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d71c588d83e58e83bdd9ea8bf03724d10f02a8bd'/>
<id>urn:sha1:d71c588d83e58e83bdd9ea8bf03724d10f02a8bd</id>
<content type='text'>
Outdated since 014247ad1922931a2f17beaf6249247298e9dc44.

Backport of 63dbe30d3363715deaf280214d75b03f6d65a571 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Made cosmetic edits to code snippets reformatted with blacken-docs.</title>
<updated>2024-05-30T12:43:21Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-05-30T12:42:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f0d592ed34a723998f83fa53ee4578e1c7dfbfc5'/>
<id>urn:sha1:f0d592ed34a723998f83fa53ee4578e1c7dfbfc5</id>
<content type='text'>
Backport of 0f694ce2ebce01356d48302c33c23902b4777537 from main.
</content>
</entry>
<entry>
<title>Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.</title>
<updated>2023-03-01T12:03:56Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2023-02-28T19:53:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=14459f80ee3a9e005989db37c26fd13bb6d2fab2'/>
<id>urn:sha1:14459f80ee3a9e005989db37c26fd13bb6d2fab2</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>Mentioned non_field_errors in form validation docs.</title>
<updated>2020-04-09T10:37:36Z</updated>
<author>
<name>Shrikrishna Singh</name>
<email>krishnasingh.ss30@gmail.com</email>
</author>
<published>2020-04-03T13:39:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ab903fe304c347e669024ec482832df5f4fd869a'/>
<id>urn:sha1:ab903fe304c347e669024ec482832df5f4fd869a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.</title>
<updated>2019-09-06T11:27:46Z</updated>
<author>
<name>Tobias Kunze</name>
<email>r@rixx.de</email>
</author>
<published>2019-06-17T14:54:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a954cfd11a5d034491f87fcbc920eb97a302bb3'/>
<id>urn:sha1:4a954cfd11a5d034491f87fcbc920eb97a302bb3</id>
<content type='text'>
This patch does not remove all occurrences of the words in question.
Rather, I went through all of the occurrences of the words listed
below, and judged if they a) suggested the reader had some kind of
knowledge/experience, and b) if they added anything of value (including
tone of voice, etc). I left most of the words alone. I looked at the
following words:

- simply/simple
- easy/easier/easiest
- obvious
- just
- merely
- straightforward
- ridiculous

Thanks to Carlton Gibson for guidance on how to approach this issue, and
to Tim Bell for providing the idea. But the enormous lion's share of
thanks go to Adam Johnson for his patient and helpful review.
</content>
</entry>
<entry>
<title>Alphabetized imports in various docs.</title>
<updated>2018-05-12T17:37:42Z</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=35319bf12ccefe1911588493484160aa49208f89'/>
<id>urn:sha1:35319bf12ccefe1911588493484160aa49208f89</id>
<content type='text'>
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.</content>
</entry>
<entry>
<title>Fixed #27821 -- Clarified docs of the return value of Form.clean_&lt;fieldname&gt;().</title>
<updated>2017-02-08T13:38:08Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-02-08T13:38:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8863c475c53f2b44113f25b749a124a5bf3a02f2'/>
<id>urn:sha1:8863c475c53f2b44113f25b749a124a5bf3a02f2</id>
<content type='text'>
Thanks Christian Ullrich for the report and 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>Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.</title>
<updated>2016-06-27T13:06:54Z</updated>
<author>
<name>Anderson Resende</name>
<email>andersonresende86@gmail.com</email>
</author>
<published>2016-06-27T00:07:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2032bcf18280a875a59a39cf85c226da0a310d11'/>
<id>urn:sha1:2032bcf18280a875a59a39cf85c226da0a310d11</id>
<content type='text'>
</content>
</entry>
</feed>
