<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial03.txt, branch 1.8.12</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.8.12</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.8.12'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-12-23T23:31:24Z</updated>
<entry>
<title>[1.8.x] Fixed #25854 -- Removed deprecated usage of template.render() with RequestContext in docs.</title>
<updated>2015-12-23T23:31:24Z</updated>
<author>
<name>Alasdair Nicol</name>
<email>alasdair@thenicols.net</email>
</author>
<published>2015-12-23T21:14:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e95c9c35d3f5bf2b82fed1fd940ed6b1a5cb5427'/>
<id>urn:sha1:e95c9c35d3f5bf2b82fed1fd940ed6b1a5cb5427</id>
<content type='text'>
Backport of 32c7d93e5f0638c5a1ec8e2525c967be444fcef1 from master
</content>
</entry>
<entry>
<title>[1.8.x] Updated Wikipedia links to use https</title>
<updated>2015-08-08T10:09:53Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-08-08T10:02:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cda66497aad62f22a76e3c49762663a49bc8366a'/>
<id>urn:sha1:cda66497aad62f22a76e3c49762663a49bc8366a</id>
<content type='text'>
Backport of 64982cc2fb from master.
</content>
</entry>
<entry>
<title>[1.8.x] Updated tutorial to use explicit relative imports.</title>
<updated>2015-02-22T19:20:25Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-22T14:59:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ddc1e0c0fbd9b8b1851d47f2e535e8c2a5b941f6'/>
<id>urn:sha1:ddc1e0c0fbd9b8b1851d47f2e535e8c2a5b941f6</id>
<content type='text'>
Backport of b2f331dc68ec3c5a34285f7af9614e4178e9a371 from master
</content>
</entry>
<entry>
<title>Fixed #24143 -- Encouraged use of Http404 messages for debugging.</title>
<updated>2015-01-16T14:41:01Z</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=726a9550db5129badc1c44809b0bed728fa1ad90'/>
<id>urn:sha1:726a9550db5129badc1c44809b0bed728fa1ad90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecated TEMPLATE_LOADERS.</title>
<updated>2014-12-28T16:02:30Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-12-17T21:10:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cf0fd65ed42d5d4f0585da413db4b1cf7c6b0d1a'/>
<id>urn:sha1:cf0fd65ed42d5d4f0585da413db4b1cf7c6b0d1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23855 -- Removed unnecessary all() in tutorial 3.</title>
<updated>2014-11-17T17:10:50Z</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=8fce7978307058f9bc7d9f815858f27fdd954409'/>
<id>urn:sha1:8fce7978307058f9bc7d9f815858f27fdd954409</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23491 -- Clarified tutorial 3.</title>
<updated>2014-09-17T12:37:27Z</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=54fd84e43230bc739160b680c5ba51542e2e6e7d'/>
<id>urn:sha1:54fd84e43230bc739160b680c5ba51542e2e6e7d</id>
<content type='text'>
Thanks diek for the suggestion.
</content>
</entry>
<entry>
<title>Fixed #23148 -- Minor tweaks in tutorial code samples</title>
<updated>2014-08-02T08:17:45Z</updated>
<author>
<name>Collin Anderson</name>
<email>collin@onetencommunications.com</email>
</author>
<published>2014-08-02T01:32:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e075d2e66baae98c5b5c06bff384665ab50e0223'/>
<id>urn:sha1:e075d2e66baae98c5b5c06bff384665ab50e0223</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #22888 -- Removed some unnecessary text in tutorial 3.</title>
<updated>2014-06-23T13:10:44Z</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=1bbffe7867a2e5169bc89fbfab5da9b4b7bc0b05'/>
<id>urn:sha1:1bbffe7867a2e5169bc89fbfab5da9b4b7bc0b05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tutorial: Consistent url syntax</title>
<updated>2014-06-17T16:23:26Z</updated>
<author>
<name>Collin Anderson</name>
<email>cmawebsite@gmail.com</email>
</author>
<published>2014-06-17T16:23:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a8fa96796f07668c0fcdbc27a540bbb939d5bf2a'/>
<id>urn:sha1:a8fa96796f07668c0fcdbc27a540bbb939d5bf2a</id>
<content type='text'>
</content>
</entry>
</feed>
