<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial01.txt, branch 1.4.7</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.4.7</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.4.7'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-01-17T21:41:05Z</updated>
<entry>
<title>[1.4.x] Fixed #19555 - Removed '2012' from tutorial 1.</title>
<updated>2013-01-17T21:41:05Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-01-08T20:43:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89ba1b27b4442cbb43555f607ab7d0f189a2af50'/>
<id>urn:sha1:89ba1b27b4442cbb43555f607ab7d0f189a2af50</id>
<content type='text'>
Thanks rodrigorosa.lg and others for the report.

Backport of 99315f709e from master
</content>
</entry>
<entry>
<title>Edited stuff from [17543] to [17629]</title>
<updated>2012-03-02T17:16:52Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2012-03-02T17:16:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2ade1e916f308fef246811f6511aa27b7dd9d51b'/>
<id>urn:sha1:2ade1e916f308fef246811f6511aa27b7dd9d51b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17715 -- Updated the tutorial for time zone support, plus a few other improvements.</title>
<updated>2012-02-26T21:17:58Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-02-26T21:17:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e0d78f898fb4000236881f447c9435f3395f3349'/>
<id>urn:sha1:e0d78f898fb4000236881f447c9435f3395f3349</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17591 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17490 -- Added a trailing comma in INSTALLED_APPS, to avoid unexpected string concatenation when adding another app.</title>
<updated>2012-01-02T11:19:06Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-01-02T11:19:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8af9084495deb74fb3b34b8690daac6774d03109'/>
<id>urn:sha1:8af9084495deb74fb3b34b8690daac6774d03109</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.</title>
<updated>2011-12-31T15:34:49Z</updated>
<author>
<name>Timo Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2011-12-31T15:34:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=068dcbddb9b967bc13ed296ca485bd3dcf49490f'/>
<id>urn:sha1:068dcbddb9b967bc13ed296ca485bd3dcf49490f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17240 -- Replaced links to the online version of the docs by internal references.</title>
<updated>2011-11-16T21:04:28Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2011-11-16T21:04:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1adf8d438654cd91b0f5b77119e8dbf67dc975ce'/>
<id>urn:sha1:1adf8d438654cd91b0f5b77119e8dbf67dc975ce</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss.</title>
<updated>2011-10-22T04:30:10Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2011-10-22T04:30:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=145a77edc999fd5f1a53bc5bfd6b581386950074'/>
<id>urn:sha1:145a77edc999fd5f1a53bc5bfd6b581386950074</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed many more ReST indentation errors, somehow accidentally missed from [16955]</title>
<updated>2011-10-14T00:12:01Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2011-10-14T00:12:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d1e5c55258d624058a93c8cacdb1f25ae7857554'/>
<id>urn:sha1:d1e5c55258d624058a93c8cacdb1f25ae7857554</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks.</title>
<updated>2011-10-13T05:56:15Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2011-10-13T05:56:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38f1fe3b35c212136d959538a309c33bf2d340a9'/>
<id>urn:sha1:38f1fe3b35c212136d959538a309c33bf2d340a9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16782 -- Corrected a broken cross-reference to the database engine setting in the tutorial. Thanks to mjumbewu for the report and patch.</title>
<updated>2011-09-09T23:25:48Z</updated>
<author>
<name>Gabriel Hurley</name>
<email>gabehr@gmail.com</email>
</author>
<published>2011-09-09T23:25:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7bca049f1c620cb7e595745607257c774b6c0b2e'/>
<id>urn:sha1:7bca049f1c620cb7e595745607257c774b6c0b2e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16754 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
