<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial03.txt, branch 1.5b2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5b2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5b2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-10-30T22:41:29Z</updated>
<entry>
<title>[1.5.X] Fixed #16671 - Added a tutorial on reuseable apps</title>
<updated>2012-10-30T22:41:29Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-10-30T19:53:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5c7406b236b641ac1802d1471f04b27166909121'/>
<id>urn:sha1:5c7406b236b641ac1802d1471f04b27166909121</id>
<content type='text'>
Thank-you Katie Miller and Ben Sturmfels for the initial draft,
as well as Russ and Carl for the reviews.

Backport of 08cf54990a from master
</content>
</entry>
<entry>
<title>Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld!</title>
<updated>2012-10-15T23:47:26Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-10-13T18:37:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=07abb7a6b7af2c45be553acf08d85cd2d72057ad'/>
<id>urn:sha1:07abb7a6b7af2c45be553acf08d85cd2d72057ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18807 -- Made 404.html and 500.html optional</title>
<updated>2012-09-30T21:16:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-09-30T21:16:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8bd7b598b6de1be1e3f72f3a1ee62803b1c02010'/>
<id>urn:sha1:8bd7b598b6de1be1e3f72f3a1ee62803b1c02010</id>
<content type='text'>
Thanks Aymeric Augustin for the report and Jannis Leidel for the
review.
</content>
</entry>
<entry>
<title>Made a version condition less confusing.</title>
<updated>2012-09-23T18:18:29Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-09-23T18:17:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=98b6ce60f4f4456fb00259ec118e1fed2a4dfaa4'/>
<id>urn:sha1:98b6ce60f4f4456fb00259ec118e1fed2a4dfaa4</id>
<content type='text'>
Fixed #18762 (again).
</content>
</entry>
<entry>
<title>removed unused import from tutorial 3 documentation as per ticket #18915</title>
<updated>2012-09-07T17:05:23Z</updated>
<author>
<name>Nick Martini</name>
<email>nmartini@orcasinc.com</email>
</author>
<published>2012-09-07T17:05:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ce58906af4a5f5a0739598ac10103fef3642419'/>
<id>urn:sha1:9ce58906af4a5f5a0739598ac10103fef3642419</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a warning about the {% url %} syntax change</title>
<updated>2012-08-18T07:58:42Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-18T07:55:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4da1d0fd65e01abe013e0d5a9174b81c6bbfa677'/>
<id>urn:sha1:4da1d0fd65e01abe013e0d5a9174b81c6bbfa677</id>
<content type='text'>
at the point where it bites most beginners.

Refs #18787, #18762, #18756, #18723, #18705, #18689 and several duplicates.
</content>
</entry>
<entry>
<title>Fixed #18476 - Added use of {% url %} tag to tutorial.</title>
<updated>2012-07-29T22:14:26Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-07-29T22:14:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=690ed5794672495e4cffca9a4a701008d254a4e7'/>
<id>urn:sha1:690ed5794672495e4cffca9a4a701008d254a4e7</id>
<content type='text'>
Thanks Claude Paroz for the patch.
</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 #18281 -- Misleading wording in the tutorial.</title>
<updated>2012-05-11T10:43:43Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@polyconseil.fr</email>
</author>
<published>2012-05-11T10:43:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=367379581fe11ff8a5a7b8729829197750c4dbb0'/>
<id>urn:sha1:367379581fe11ff8a5a7b8729829197750c4dbb0</id>
<content type='text'>
Thanks bhp for the report.
</content>
</entry>
<entry>
<title>Made a bunch more edits up until [17418]</title>
<updated>2012-02-03T20:45:45Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2012-02-03T20:45:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6ecadcbdd2d2d34948e6482bfffe2c818887b39e'/>
<id>urn:sha1:6ecadcbdd2d2d34948e6482bfffe2c818887b39e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17428 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
