<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial03.txt, branch 2.2rc1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.2rc1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.2rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-02-08T20:39:54Z</updated>
<entry>
<title>[2.2.x] Removed extra characters in docs header underlines.</title>
<updated>2019-02-08T20:39:54Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-02-08T20:38:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d03e5961aa6555c7427bd054835733fe9c152dc0'/>
<id>urn:sha1:d03e5961aa6555c7427bd054835733fe9c152dc0</id>
<content type='text'>
Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master
</content>
</entry>
<entry>
<title>Refs #20910 -- Replaced snippet directive with code-block.</title>
<updated>2018-09-10T17:00:34Z</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=c49ea6f5911296dcb40190c905e38b43cdc7c7a3'/>
<id>urn:sha1:c49ea6f5911296dcb40190c905e38b43cdc7c7a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.</title>
<updated>2017-09-20T22:04:42Z</updated>
<author>
<name>Sjoerd Job Postmus</name>
<email>sjoerdjob@sjec.nl</email>
</author>
<published>2016-10-20T17:29:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=df41b5a05d4e00e80e73afe629072e37873e767a'/>
<id>urn:sha1:df41b5a05d4e00e80e73afe629072e37873e767a</id>
<content type='text'>
Thanks Aymeric Augustin for shepherding the DEP and patch review.
Thanks Marten Kenbeek and Tim Graham for contributing to the code.
Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
</content>
</entry>
<entry>
<title>Fixed #26255 -- Fixed orphaned include() reference following tutorial reordering.</title>
<updated>2016-03-09T17:18:21Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-03-09T17:18:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4323676ea5ab6994feb1385522665069d84f397b'/>
<id>urn:sha1:4323676ea5ab6994feb1385522665069d84f397b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a missing import in tutorial 3.</title>
<updated>2016-01-02T14:39:25Z</updated>
<author>
<name>Mahendra Yadav</name>
<email>mahendra.k12@gmail.com</email>
</author>
<published>2016-01-02T09:55:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e8c34bb832e88a3dec8c5f3f687bbbf62afb857c'/>
<id>urn:sha1:e8c34bb832e88a3dec8c5f3f687bbbf62afb857c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26013 -- Moved django.core.urlresolvers to django.urls.</title>
<updated>2015-12-31T19:21:29Z</updated>
<author>
<name>Marten Kenbeek</name>
<email>marten.knbk@gmail.com</email>
</author>
<published>2015-12-30T15:51:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=16411b8400ad08f90c236bb2e18f65c655f903f8'/>
<id>urn:sha1:16411b8400ad08f90c236bb2e18f65c655f903f8</id>
<content type='text'>
Thanks to Tim Graham for the review.
</content>
</entry>
<entry>
<title>Fixed #25854 -- Removed deprecated usage of template.render() with RequestContext in docs.</title>
<updated>2015-12-23T23:30:35Z</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=32c7d93e5f0638c5a1ec8e2525c967be444fcef1'/>
<id>urn:sha1:32c7d93e5f0638c5a1ec8e2525c967be444fcef1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25755 -- Unified spelling of "website".</title>
<updated>2015-11-16T11:44:14Z</updated>
<author>
<name>Agnieszka Lasyk</name>
<email>agnieszkalasyk@agalasyk.local</email>
</author>
<published>2015-11-15T12:05:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1f8dad69158a96d0649d321ce08ecc9c0465f962'/>
<id>urn:sha1:1f8dad69158a96d0649d321ce08ecc9c0465f962</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25358 -- Improved variable name for question in tutorial.</title>
<updated>2015-09-07T12:13:34Z</updated>
<author>
<name>Alasdair Nicol</name>
<email>alasdair@thenicols.net</email>
</author>
<published>2015-09-06T11:17:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=19f98946f2b31b62303aedb5b30951ca295116d8'/>
<id>urn:sha1:19f98946f2b31b62303aedb5b30951ca295116d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21927 -- Made application and instance namespaces more distinct.</title>
<updated>2015-06-08T19:12:20Z</updated>
<author>
<name>Marten Kenbeek</name>
<email>marten.knbk@gmail.com</email>
</author>
<published>2015-05-28T15:25:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1e82094f1b6690018228e688303295f83e1c3d9a'/>
<id>urn:sha1:1e82094f1b6690018228e688303295f83e1c3d9a</id>
<content type='text'>
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
</content>
</entry>
</feed>
