<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/howto/initial-data.txt, branch 3.2.15</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.2.15</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.2.15'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-09-06T11:27:46Z</updated>
<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 broken links to PyYAML page.</title>
<updated>2018-12-27T09:48:37Z</updated>
<author>
<name>CHI Cheng</name>
<email>cloudream@gmail.com</email>
</author>
<published>2018-12-27T09:48:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b7dbd5ff68bb9d2235ca081c0bd0b8baa65f8c77'/>
<id>urn:sha1:b7dbd5ff68bb9d2235ca081c0bd0b8baa65f8c77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #20910 -- Replaced snippet directive with code-block.</title>
<updated>2018-09-10T17:00:34Z</updated>
<author>
<name>Curtis Maloney</name>
<email>curtis@tinbrain.net</email>
</author>
<published>2018-09-10T17:00:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c49ea6f5911296dcb40190c905e38b43cdc7c7a3'/>
<id>urn:sha1:c49ea6f5911296dcb40190c905e38b43cdc7c7a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29165 -- Clarified how to load initial data with migrations.</title>
<updated>2018-03-08T15:58:19Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-03-08T15:58:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fd9398816e14554b52362f1152349da832fab4b1'/>
<id>urn:sha1:fd9398816e14554b52362f1152349da832fab4b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated various links in docs to use HTTPS.</title>
<updated>2018-01-07T13:28:41Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-01-07T13:28:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc'/>
<id>urn:sha1:7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27133 -- Doc'd how to provide initial data with migrations.</title>
<updated>2016-11-06T11:51:36Z</updated>
<author>
<name>Krzysztof Żuraw</name>
<email>krzysztof.zuraw@gmail.com</email>
</author>
<published>2016-11-05T16:14:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eaa6ea2f37509f2e54de5268f32469deeff89eb9'/>
<id>urn:sha1:eaa6ea2f37509f2e54de5268f32469deeff89eb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed support for custom SQL per deprecation timeline.</title>
<updated>2015-01-17T15:16:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-26T18:56:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4aa089a9a9504c4a833eee8161be013206da5d15'/>
<id>urn:sha1:4aa089a9a9504c4a833eee8161be013206da5d15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed support for initial_data fixtures per deprecation timeline.</title>
<updated>2015-01-17T14:59:25Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-26T18:23:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=67235fd4ef1b006fc9cdb2fa20e7bb93b0edff4b'/>
<id>urn:sha1:67235fd4ef1b006fc9cdb2fa20e7bb93b0edff4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Updated some docs for the delayed deprecation of legacy table creation; refs #22340."</title>
<updated>2014-12-30T16:50:50Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-30T16:50:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7fc6eb8ca67a6a628e8c7ce669731cf563606e7'/>
<id>urn:sha1:d7fc6eb8ca67a6a628e8c7ce669731cf563606e7</id>
<content type='text'>
This reverts commit a2e3c9694823d6d451d6dd234e9d416600aacc68.

The deprecation was moved back to 1.9 in
61da5f3f02f34810aaa6fcddac3808318a5b95c4.
</content>
</entry>
<entry>
<title>Fixed #23530 -- Specified PyYAML requirement in initial-data.txt</title>
<updated>2014-09-21T14:00:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-09-21T14:00:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5bf654e44b7473a2a4c284d0a4c47585d19f3a46'/>
<id>urn:sha1:5bf654e44b7473a2a4c284d0a4c47585d19f3a46</id>
<content type='text'>
Thanks aks for the report.
</content>
</entry>
</feed>
