<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial02.txt, branch 1.5.9</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5.9</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5.9'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-05-04T09:36:28Z</updated>
<entry>
<title>[1.5.x] Fixed #20309 -- admin.py is not automatically created in Django 1.5</title>
<updated>2013-05-04T09:36:28Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-05-04T09:36:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4f10b35a2e4012512ae57cadd19f34ec8d4979a1'/>
<id>urn:sha1:4f10b35a2e4012512ae57cadd19f34ec8d4979a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #20247 - Added some missing paths in the tutorial.</title>
<updated>2013-04-12T23:25:59Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-04-12T23:22:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6e3b80239e9a066ac2e9d10212196acbc2e6d35c'/>
<id>urn:sha1:6e3b80239e9a066ac2e9d10212196acbc2e6d35c</id>
<content type='text'>
Thanks gsavix for the suggestion and patch.

Backport of aad5661c6c from master.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #20051 -- Specified where to define `TEMPLATE_DIRS`.</title>
<updated>2013-03-18T19:48:47Z</updated>
<author>
<name>Matthew Wood</name>
<email>woodm1979@gmail.com</email>
</author>
<published>2013-03-18T19:48:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5c788770167bc236fb1e16ac6d1414db26fee26c'/>
<id>urn:sha1:5c788770167bc236fb1e16ac6d1414db26fee26c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5.x] Changed "mysite/mytemplates/" -&gt; "mysite/templates" in tutorial.</title>
<updated>2013-02-23T14:23:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-02-23T14:19:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5732f7b62be4bdb289af0dc389d399f9d2e9dcf8'/>
<id>urn:sha1:5732f7b62be4bdb289af0dc389d399f9d2e9dcf8</id>
<content type='text'>
Thanks James Pic.

Backport of 1b7fb29dfb from master.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #19706 - Tweaks to the tutorial.</title>
<updated>2013-02-07T12:14:03Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-02-07T10:51:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ad2311dfc68fb10710093c5b8c827249852402dd'/>
<id>urn:sha1:ad2311dfc68fb10710093c5b8c827249852402dd</id>
<content type='text'>
Thanks Daniele Procida.

Backport of aa85ccf8ce from master.
</content>
</entry>
<entry>
<title>[1.5.X] Fixed broken links, round 3. refs #19516</title>
<updated>2012-12-27T00:10:50Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-12-25T14:56:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fbc06eef1af1d7ecf91fae5a94a1994f356ffd22'/>
<id>urn:sha1:fbc06eef1af1d7ecf91fae5a94a1994f356ffd22</id>
<content type='text'>
Backport of b3a8c9dab8 from master
</content>
</entry>
<entry>
<title>[1.5.X] Fixed #19289 - Removed an out of place sentence in tutorial 2.</title>
<updated>2012-11-14T10:49:12Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-11-14T10:46:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dea4214bb5903398b72e96a2fea24baeca8ed9f3'/>
<id>urn:sha1:dea4214bb5903398b72e96a2fea24baeca8ed9f3</id>
<content type='text'>
Thanks colinnkeenan for the report.

Backport of 2dbfa66f4d from master
</content>
</entry>
<entry>
<title>Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld!</title>
<updated>2012-10-15T23:47:26Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-10-13T18:37:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=07abb7a6b7af2c45be553acf08d85cd2d72057ad'/>
<id>urn:sha1:07abb7a6b7af2c45be553acf08d85cd2d72057ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks xbito for the draft patch.</title>
<updated>2012-08-02T23:22:49Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-08-02T23:21:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2a16eb07927c866b4d8e1d318f71bd1038b34cae'/>
<id>urn:sha1:2a16eb07927c866b4d8e1d318f71bd1038b34cae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18576 -- Added missing import in tutorial02</title>
<updated>2012-07-06T11:58:49Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-07-06T11:57:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4c417cc9ebd65595128b81cdddc9ea8293cbcbbe'/>
<id>urn:sha1:4c417cc9ebd65595128b81cdddc9ea8293cbcbbe</id>
<content type='text'>
Thanks jaaruiz at yahoo.com for the report.
</content>
</entry>
</feed>
