<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/howto/initial-data.txt, branch 4.1.5</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.1.5</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.1.5'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-04-28T08:44:14Z</updated>
<entry>
<title>Removed hyphen from pre-/re- prefixes.</title>
<updated>2022-04-28T08:44:14Z</updated>
<author>
<name>David</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-03-11T08:11:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ce586ed6931092d3a5f06df9031cdeb891793ddb'/>
<id>urn:sha1:ce586ed6931092d3a5f06df9031cdeb891793ddb</id>
<content type='text'>
"prepopulate", "preload", and "preprocessing" are already in the
spelling_wordlist.

This also removes hyphen from double "e" combinations with "pre" and
"re", e.g. preexisting, preempt, reestablish, or reenter.

See also:
- https://ahdictionary.com/word/search.html?q=rerun
- https://ahdictionary.com/word/search.html?q=recreate
- https://ahdictionary.com/word/search.html?q=predetermined
- https://ahdictionary.com/word/search.html?q=reuse
- https://ahdictionary.com/word/search.html?q=reopening
</content>
</entry>
<entry>
<title>Refs #32880 -- Made some titles consistent in how-to documents.</title>
<updated>2021-07-13T07:25:37Z</updated>
<author>
<name>Daniele Procida</name>
<email>daniele@vurt.org</email>
</author>
<published>2021-07-13T07:25:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=22fbebc7444c8974f101c146f0fc18fe64ab48f6'/>
<id>urn:sha1:22fbebc7444c8974f101c146f0fc18fe64ab48f6</id>
<content type='text'>
This retitles documents for consistency, since some already (correctly)
begin "How to...".</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 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>
</feed>
