<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial03.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>2015-01-16T14:42:03Z</updated>
<entry>
<title>[1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging.</title>
<updated>2015-01-16T14:42:03Z</updated>
<author>
<name>Keryn Knight</name>
<email>keryn@kerynknight.com</email>
</author>
<published>2015-01-13T08:02:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bd08cfca6ff04e7cec940f5b59e97cdcceddcc69'/>
<id>urn:sha1:bd08cfca6ff04e7cec940f5b59e97cdcceddcc69</id>
<content type='text'>
Backport of 726a9550db5129badc1c44809b0bed728fa1ad90 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #23855 -- Removed unnecessary all() in tutorial 3.</title>
<updated>2014-11-17T17:12:19Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-11-17T17:10:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5a6d6c5e0b70418ef0ead321879c88dc861e5538'/>
<id>urn:sha1:5a6d6c5e0b70418ef0ead321879c88dc861e5538</id>
<content type='text'>
Backport of 8fce7978307058f9bc7d9f815858f27fdd954409 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #23491 -- Clarified tutorial 3.</title>
<updated>2014-09-17T12:42:55Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-09-17T12:37:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fdcef1b86359b1c658b58fdfc6bfdebc11f830f6'/>
<id>urn:sha1:fdcef1b86359b1c658b58fdfc6bfdebc11f830f6</id>
<content type='text'>
Thanks diek for the suggestion.

Backport of 54fd84e432 from master
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #23148 -- Minor tweaks in tutorial code samples</title>
<updated>2014-08-02T08:26:08Z</updated>
<author>
<name>Erik Romijn</name>
<email>eromijn@solidlinks.nl</email>
</author>
<published>2014-08-02T08:26:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=893f188386cf156ce90cafbc136e335da16f8247'/>
<id>urn:sha1:893f188386cf156ce90cafbc136e335da16f8247</id>
<content type='text'>
Backport of e075d2e66baae98c5b5c06bff384665ab50e0223 from master.
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22888 -- Removed some unnecessary text in tutorial 3.</title>
<updated>2014-06-23T13:11:10Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-06-23T13:10:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d38e3bfe5abd79866909ebb469920c5ed14e03f8'/>
<id>urn:sha1:d38e3bfe5abd79866909ebb469920c5ed14e03f8</id>
<content type='text'>
Backport of 1bbffe7867 from master
</content>
</entry>
<entry>
<title>Fixed #21939 -- Deprecated loading ssi/url tags from future.</title>
<updated>2014-02-16T12:25:21Z</updated>
<author>
<name>Zbigniew Siciarz</name>
<email>antyqjon@gmail.com</email>
</author>
<published>2014-02-16T12:23:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=74d4d58b62f3a68bf77b983bc8a475a130d1f95e'/>
<id>urn:sha1:74d4d58b62f3a68bf77b983bc8a475a130d1f95e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added missing snippet to show filename in docs</title>
<updated>2014-02-14T12:45:35Z</updated>
<author>
<name>Alasdair Nicol</name>
<email>alasdair@thenicols.net</email>
</author>
<published>2014-02-14T12:45:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3805f5c529d788f72f68d80b492d059cc62e6b2'/>
<id>urn:sha1:f3805f5c529d788f72f68d80b492d059cc62e6b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().</title>
<updated>2014-01-18T22:06:00Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-01-18T18:34:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=10e0cfc0e4e77b85e8261c908baf1c4814ded3f8'/>
<id>urn:sha1:10e0cfc0e4e77b85e8261c908baf1c4814ded3f8</id>
<content type='text'>
Thanks Marc Tamlyn for the initial version of the patch.
</content>
</entry>
<entry>
<title>Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filename.</title>
<updated>2013-10-14T17:00:57Z</updated>
<author>
<name>M Nasimul Haque</name>
<email>nasim.haque@gmail.com</email>
</author>
<published>2013-09-23T22:23:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d07d6ae1167f93f2e88b3743c070003a66a31b35'/>
<id>urn:sha1:d07d6ae1167f93f2e88b3743c070003a66a31b35</id>
<content type='text'>
Thanks Marc Tamlyn for the suggestion.
</content>
</entry>
<entry>
<title>Fixed #20876 -- Changed Poll model name in tutorial to Question</title>
<updated>2013-09-07T17:37:09Z</updated>
<author>
<name>Rodolfo</name>
<email>rodolfo2488@gmail.com</email>
</author>
<published>2013-09-06T18:57:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d34b94b00fa817871939ea6c097621a3e4a87311'/>
<id>urn:sha1:d34b94b00fa817871939ea6c097621a3e4a87311</id>
<content type='text'>
</content>
</entry>
</feed>
