<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial01.txt, branch 1.9a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.9a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.9a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-08-08T10:02:32Z</updated>
<entry>
<title>Updated Wikipedia links to use https</title>
<updated>2015-08-08T10:02:32Z</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=64982cc2fb13ebc45982c64e25fdb7865e6d2499'/>
<id>urn:sha1:64982cc2fb13ebc45982c64e25fdb7865e6d2499</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed support for Python 3.3.</title>
<updated>2015-06-18T12:36:50Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-06-15T13:43:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7f1168e387dc1db70b6093cfd23a4a6978f48109'/>
<id>urn:sha1:7f1168e387dc1db70b6093cfd23a4a6978f48109</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>
<entry>
<title>Added migrations directory to file structure in tutorial</title>
<updated>2015-06-04T08:59:36Z</updated>
<author>
<name>Edin Sarajlic</name>
<email>edin@saronline.net</email>
</author>
<published>2015-06-04T08:31:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=40f2325df68b81e53ab6ab16a0001ee7c2026fc4'/>
<id>urn:sha1:40f2325df68b81e53ab6ab16a0001ee7c2026fc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.</title>
<updated>2015-05-28T18:07:39Z</updated>
<author>
<name>João Luiz Lorencetti</name>
<email>me@dirtycoder.net</email>
</author>
<published>2015-05-11T23:43:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3653466bdf211ca603ec976c28d4a8da566dc671'/>
<id>urn:sha1:3653466bdf211ca603ec976c28d4a8da566dc671</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made minor edits to docs/intro/tutorial01.text</title>
<updated>2015-05-19T16:32:23Z</updated>
<author>
<name>I am Clinton</name>
<email>garwoodpr@users.noreply.github.com</email>
</author>
<published>2015-05-19T14:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3b51f51931d42cbba8a18e34d0aaee1b2f085bc'/>
<id>urn:sha1:f3b51f51931d42cbba8a18e34d0aaee1b2f085bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24550 -- Added migration operation description to sqlmigrate output</title>
<updated>2015-03-30T14:31:20Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2015-03-29T14:59:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c5cc332bf2a0b3ebfa3ad5d26c5b308de5e505be'/>
<id>urn:sha1:c5cc332bf2a0b3ebfa3ad5d26c5b308de5e505be</id>
<content type='text'>
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Improved wording in tutorial 1.</title>
<updated>2015-02-27T22:53:11Z</updated>
<author>
<name>Alex Shaindlin</name>
<email>me@ashaindlin.com</email>
</author>
<published>2015-02-27T21:56:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dcdef1fe2ec59a7aeca39efc5a29f0d238d0c560'/>
<id>urn:sha1:dcdef1fe2ec59a7aeca39efc5a29f0d238d0c560</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Corrected sqlmigrate output in tutorial 1.</title>
<updated>2015-02-22T17:29:01Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-22T17:29:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff5e47e7a4a638a30424331222e0abdb60842ddd'/>
<id>urn:sha1:ff5e47e7a4a638a30424331222e0abdb60842ddd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24371 -- Cautioned against trying to switch databases.</title>
<updated>2015-02-22T15:11:18Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-22T15:11:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7901eccf2e591447850be00011a7bb556a3c53f2'/>
<id>urn:sha1:7901eccf2e591447850be00011a7bb556a3c53f2</id>
<content type='text'>
</content>
</entry>
</feed>
