<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/forms/modelforms.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>2019-12-23T13:48:16Z</updated>
<entry>
<title>[3.0.x] Removed unnecessary code-block directives in various docs.</title>
<updated>2019-12-23T13:48:16Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-12-23T13:47:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eb40426259cbfd8c4d25797c878424542cf1a1a7'/>
<id>urn:sha1:eb40426259cbfd8c4d25797c878424542cf1a1a7</id>
<content type='text'>
Backport of 5e00bd1f7717149573df9607b848297a520881d3 from master
</content>
</entry>
<entry>
<title>[3.0.x] Used :ticket: role in all tickets links.</title>
<updated>2019-11-26T13:43:27Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2019-11-25T15:28:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=314ad45c093157154b01bef0964c89e9ab50cfc6'/>
<id>urn:sha1:314ad45c093157154b01bef0964c89e9ab50cfc6</id>
<content type='text'>
Backport of abc51d44afcb8482c64c0bb8c1022f11e7eb2bbb from master
</content>
</entry>
<entry>
<title>[3.0.x] Updated list of field types conversions in ModelForm docs.</title>
<updated>2019-11-04T10:03:58Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2019-11-01T19:44:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b40272f5ea50a512de01e14228c2b434e27ee33a'/>
<id>urn:sha1:b40272f5ea50a512de01e14228c2b434e27ee33a</id>
<content type='text'>
Backport of 5a856669bf0574f612eea89e72a6b0a3d2cb80d9 from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #11097 -- Added note about parent link fields in formsets for multi-table inheritance models.</title>
<updated>2019-10-09T10:54:45Z</updated>
<author>
<name>Mac Chapman</name>
<email>mac@veryhappythings.co.uk</email>
</author>
<published>2019-10-08T13:07:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=56061decff6bc5cead3d05a551af7810d6f30da0'/>
<id>urn:sha1:56061decff6bc5cead3d05a551af7810d6f30da0</id>
<content type='text'>
Backport of 0b7378db1fdd7bfc7b78089811b3abb722c4ba95 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 #30661 -- Added models.SmallAutoField.</title>
<updated>2019-08-02T09:39:01Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-07-26T21:05:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=194d1dfc186cc8d2b35dabf64f3ed38b757cbd98'/>
<id>urn:sha1:194d1dfc186cc8d2b35dabf64f3ed38b757cbd98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.</title>
<updated>2019-06-03T12:08:51Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-06-03T10:39:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5ab75adb900ca3fce50e65e60b11f2eb3ce9fd25'/>
<id>urn:sha1:5ab75adb900ca3fce50e65e60b11f2eb3ce9fd25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets.</title>
<updated>2019-05-17T10:27:47Z</updated>
<author>
<name>Tobias Kunze</name>
<email>r@rixx.de</email>
</author>
<published>2019-04-27T15:49:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a309821c973cf3bcfe817bb71163fcccc461cec1'/>
<id>urn:sha1:a309821c973cf3bcfe817bb71163fcccc461cec1</id>
<content type='text'>
</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>Fixed #16995 -- Clarified interaction of initial and extra with model formsets.</title>
<updated>2018-09-10T19:27:42Z</updated>
<author>
<name>melipone</name>
<email>mark.gensler@gmail.com</email>
</author>
<published>2018-09-06T11:00:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=28dac56aed1c8c9923b52a1ac3606996f9820b30'/>
<id>urn:sha1:28dac56aed1c8c9923b52a1ac3606996f9820b30</id>
<content type='text'>
</content>
</entry>
</feed>
