<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial01.txt, branch 1.5a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-08-05T00:27:57Z</updated>
<entry>
<title>Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ Troubleshooting page. This is to avoid confusion for beginners.</title>
<updated>2012-08-05T00:27:57Z</updated>
<author>
<name>Angeline Tan</name>
<email>angeline.agilemeister@gmail.com</email>
</author>
<published>2012-08-04T22:05:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d4f993bb1f01c3a79194031827380dc763ce628'/>
<id>urn:sha1:5d4f993bb1f01c3a79194031827380dc763ce628</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17929 -- Improved tutorial wording and capitalization.</title>
<updated>2012-05-25T19:49:47Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-05-25T19:13:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=45284a90a515e71552f37c539a3cfdc38f15d869'/>
<id>urn:sha1:45284a90a515e71552f37c539a3cfdc38f15d869</id>
<content type='text'>
Thanks rmattb for the report and the patch.
</content>
</entry>
<entry>
<title>Fixed #18167 -- Gave advice on checking Django version in the tutorial.</title>
<updated>2012-05-22T11:43:58Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-05-22T11:43:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=115d522c84d85c99b2a154e29174d95380eaf0c1'/>
<id>urn:sha1:115d522c84d85c99b2a154e29174d95380eaf0c1</id>
<content type='text'>
Thanks smuss for the initial patch.
</content>
</entry>
<entry>
<title>Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no objects were found.</title>
<updated>2012-04-20T11:09:32Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-04-20T11:09:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d5b93d3281fe93cbef5de84a52001f64dbd839bd'/>
<id>urn:sha1:d5b93d3281fe93cbef5de84a52001f64dbd839bd</id>
<content type='text'>
Thanks brondsem for the report, Szymon Pyzalski for the patch and oinopion for review.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@17917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review.</title>
<updated>2012-03-31T08:24:29Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-03-31T08:24:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=23d34597615d8209de72bd819539a696ba0d1e7f'/>
<id>urn:sha1:23d34597615d8209de72bd819539a696ba0d1e7f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</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>
</feed>
