<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/forms/widgets.txt, branch 3.0.14</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0.14</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0.14'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-03-14T19:21:47Z</updated>
<entry>
<title>[3.0.x] Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInput's docs.</title>
<updated>2020-03-14T19:21:47Z</updated>
<author>
<name>David Smith</name>
<email>39445562+smithdc1@users.noreply.github.com</email>
</author>
<published>2020-03-14T19:21:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c5ac3ab056b323ecf6c38b1d5513b2c4aec14c8e'/>
<id>urn:sha1:c5ac3ab056b323ecf6c38b1d5513b2c4aec14c8e</id>
<content type='text'>
Follow up to 65c13f9675d2ca7fc1c925e7182a2e35d07ff5fb.
Backport of 7075d27b0c75f1431f29497f4353cd742906b357 from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed typo in ref/forms/widgets.txt.</title>
<updated>2020-01-02T06:47:11Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-01-02T06:46:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e2b72f85c2603cd09d4ee91d12e9846fd485ebb1'/>
<id>urn:sha1:e2b72f85c2603cd09d4ee91d12e9846fd485ebb1</id>
<content type='text'>
Backport of ef1286e3e3e2ea1a854b0169da2cefed0241903e from master
</content>
</entry>
<entry>
<title>[3.0.x] Improved custom MultiWidget example in docs.</title>
<updated>2019-11-26T17:35:45Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2019-11-23T10:21:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0dd8c438aa2c39c08aaf86b71c7be511f974f5cd'/>
<id>urn:sha1:0dd8c438aa2c39c08aaf86b71c7be511f974f5cd</id>
<content type='text'>
Backport of 7742cc0c8f620f7b65b02b5018a5f7078325d467 from master
</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>Fixed #30738 -- Fixed typo in docs/ref/forms/widgets.txt.</title>
<updated>2019-08-31T08:58:40Z</updated>
<author>
<name>Daria Kolodzey</name>
<email>dkolodzey@ya.ru</email>
</author>
<published>2019-08-31T08:58:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3f8ee58ccc5c55e62625ad797ddde05778fe1bec'/>
<id>urn:sha1:3f8ee58ccc5c55e62625ad797ddde05778fe1bec</id>
<content type='text'>
Thanks Emmanuel Cazenave for the report.</content>
</entry>
<entry>
<title>Changed tuple choices to list in docs.</title>
<updated>2019-05-15T12:31:42Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-05-15T12:31:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97d3321e89c8d4434927bdbc308db1ccffa99d3b'/>
<id>urn:sha1:97d3321e89c8d4434927bdbc308db1ccffa99d3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 2.0.</title>
<updated>2018-05-17T15:00:10Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-05-17T14:16:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3'/>
<id>urn:sha1:7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a couple mistakes in docs/ref/forms/widgets.txt.</title>
<updated>2018-03-12T13:39:09Z</updated>
<author>
<name>Daniel Musketa</name>
<email>daniel@musketa.de</email>
</author>
<published>2018-03-12T13:39:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e0eab28f9f3440f68c5ed318554e3537976b816f'/>
<id>urn:sha1:e0eab28f9f3440f68c5ed318554e3537976b816f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28655 -- Added more examples for customizing widgets in a form.</title>
<updated>2018-03-07T21:58:55Z</updated>
<author>
<name>Richard Oyudo</name>
<email>ebube.rc@gmail.com</email>
</author>
<published>2018-03-07T21:58:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8411e4a8fe98ebac4327ee43446a25873703a5e8'/>
<id>urn:sha1:8411e4a8fe98ebac4327ee43446a25873703a5e8</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>
</feed>
