<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/howto/initial-data.txt, branch 2.1.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.1.8</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.1.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2018-12-27T09:49:57Z</updated>
<entry>
<title>[2.1.x] Fixed broken links to PyYAML page.</title>
<updated>2018-12-27T09:49:57Z</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=6f4130f3583b00c86a3aa80c8bf82570696bcd2c'/>
<id>urn:sha1:6f4130f3583b00c86a3aa80c8bf82570696bcd2c</id>
<content type='text'>
Backport of b7dbd5ff68bb9d2235ca081c0bd0b8baa65f8c77 from master.
</content>
</entry>
<entry>
<title>[2.1.x] Refs #20910 -- Replaced snippet directive with code-block.</title>
<updated>2018-09-10T18:38:08Z</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=1853e2dbf2e290ec04e3389d523bbe4bad94a42e'/>
<id>urn:sha1:1853e2dbf2e290ec04e3389d523bbe4bad94a42e</id>
<content type='text'>
Backport of c49ea6f5911296dcb40190c905e38b43cdc7c7a3 from master
</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>
<entry>
<title>Added link to data migrations in initial data deprecation note</title>
<updated>2014-06-11T18:46:57Z</updated>
<author>
<name>Greg Chapple</name>
<email>gregchapple1@gmail.com</email>
</author>
<published>2014-06-11T18:46:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4123f55c3304eced289666e256fca1e8d5d7a69d'/>
<id>urn:sha1:4123f55c3304eced289666e256fca1e8d5d7a69d</id>
<content type='text'>
</content>
</entry>
</feed>
