<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/howto/initial-data.txt, branch 1.7.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.7.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.7.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-12-30T16:53:33Z</updated>
<entry>
<title>[1.7.x] Revert "Updated some docs for the delayed deprecation of legacy table creation; refs #22340."</title>
<updated>2014-12-30T16:53:33Z</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=9311a94ca50ac86f9c945922c212c6e605d2d90a'/>
<id>urn:sha1:9311a94ca50ac86f9c945922c212c6e605d2d90a</id>
<content type='text'>
The deprecation was moved back to 1.9 in
61da5f3f02f34810aaa6fcddac3808318a5b95c4.

Backport of d7fc6eb8ca67a6a628e8c7ce669731cf563606e7 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #23530 -- Specified PyYAML requirement in initial-data.txt</title>
<updated>2014-09-21T14:05:26Z</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=8a782571333f21e83980411301a0c8cc2d59a0b7'/>
<id>urn:sha1:8a782571333f21e83980411301a0c8cc2d59a0b7</id>
<content type='text'>
Thanks aks for the report.
Backport of 5bf654e44b7 from master.
</content>
</entry>
<entry>
<title>[1.7.x] Added link to data migrations in initial data deprecation note</title>
<updated>2014-06-11T19:43:53Z</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=8c20f4af12d1f0f4798467dfac33858d05bfc182'/>
<id>urn:sha1:8c20f4af12d1f0f4798467dfac33858d05bfc182</id>
<content type='text'>
Backport of 4123f55c33 from master
</content>
</entry>
<entry>
<title>[1.7.x] Updated some docs for the delayed deprecation of legacy table creation; refs #22340.</title>
<updated>2014-05-07T13:04:21Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-05-07T13:01:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=af06203cead2968f4d58a718100dedc0faa7c619'/>
<id>urn:sha1:af06203cead2968f4d58a718100dedc0faa7c619</id>
<content type='text'>
Backport of a2e3c96948 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22444 -- Marked initial SQL/fixture loading as deprecated.</title>
<updated>2014-04-18T00:37:25Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-18T00:21:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=22cbaea9c7f3eeeda4a8570278910f879449ddb9'/>
<id>urn:sha1:22cbaea9c7f3eeeda4a8570278910f879449ddb9</id>
<content type='text'>
Thanks Karen Tracey for the report.

Backport of a4acb80463 from master
</content>
</entry>
<entry>
<title>Used app_label instead of appname.</title>
<updated>2013-12-28T08:53:02Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-28T08:53:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c81fae6b9588ab9ef1edd7309c00e72a87154bc1'/>
<id>urn:sha1:c81fae6b9588ab9ef1edd7309c00e72a87154bc1</id>
<content type='text'>
The last component of the dotted path to the application module is
consistently referenced as the application "label". For instance it's
AppConfig.label. appname could be confused with AppConfig.name, which is
the full dotted path.
</content>
</entry>
<entry>
<title>Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.</title>
<updated>2013-11-21T14:12:39Z</updated>
<author>
<name>Loic Bistuer</name>
<email>loic.bistuer@sixmedia.com</email>
</author>
<published>2013-11-21T14:04:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=27f04e79b1a639b2f6360e9159f003a3db60f567'/>
<id>urn:sha1:27f04e79b1a639b2f6360e9159f003a3db60f567</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.</title>
<updated>2013-08-20T19:25:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-08-20T17:03:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=96346ed5adf90849ac5ebd10d74377ed2e0c061c'/>
<id>urn:sha1:96346ed5adf90849ac5ebd10d74377ed2e0c061c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a number of minor misspellings.</title>
<updated>2013-07-28T01:46:03Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2013-07-28T01:45:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=47c755327be9a3b976f5f78fc21f336f27aa6413'/>
<id>urn:sha1:47c755327be9a3b976f5f78fc21f336f27aa6413</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed links to DATABASE ENGINE setting. refs #19516</title>
<updated>2012-12-24T20:38:05Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-12-24T20:37:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f56f6cfa58345b964ceb2614e4366639381c8f6f'/>
<id>urn:sha1:f56f6cfa58345b964ceb2614e4366639381c8f6f</id>
<content type='text'>
</content>
</entry>
</feed>
