<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial02.txt, branch archive/soc2009/http-wsgi-improvements</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fhttp-wsgi-improvements</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fhttp-wsgi-improvements'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2009-06-25T15:42:51Z</updated>
<entry>
<title>[soc2009/http-wsgi-improvements] Merged up to 11103 from trunk.</title>
<updated>2009-06-25T15:42:51Z</updated>
<author>
<name>Chris Cahoon</name>
<email>chris.cahoon@gmail.com</email>
</author>
<published>2009-06-25T15:42:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eac54911f5df8a31377fecd37b2bf34f0afef169'/>
<id>urn:sha1:eac54911f5df8a31377fecd37b2bf34f0afef169</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@11109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10855: Reference doc on creating superusers in the tutorial at the point where an account is needed, so that readers who neglected to create one earlier (or who forgot the password) don't get stuck or think they have to start all over.  Thanks cwolf127 and timo.</title>
<updated>2009-05-17T17:54:51Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2009-05-17T17:54:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b527a59da80a276163b975a0fdc97d84e967b87e'/>
<id>urn:sha1:b527a59da80a276163b975a0fdc97d84e967b87e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10925 -- Clarified the location of some code referenced in the tutorial.  Thanks rm and timo.</title>
<updated>2009-05-17T17:43:15Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2009-05-17T17:43:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=33e77db6a27a9058a265144f9b72969aba409af9'/>
<id>urn:sha1:33e77db6a27a9058a265144f9b72969aba409af9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@gmail.com.</title>
<updated>2009-03-31T07:01:01Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2009-03-31T07:01:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7372ea159aa192757cc5383e6857c29ca2fc53c6'/>
<id>urn:sha1:7372ea159aa192757cc5383e6857c29ca2fc53c6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10242 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Cleaned up some documentation about admin URLs in Django 1.1. Thanks, Alex Gaynor.</title>
<updated>2009-02-24T01:10:26Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-02-24T01:10:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4cf1327aa4bc765ba3ed9df32f48bef5e936ebef'/>
<id>urn:sha1:4cf1327aa4bc765ba3ed9df32f48bef5e936ebef</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6470: made the admin use a URL resolver.</title>
<updated>2009-01-14T20:22:25Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-01-14T20:22:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1f84630c87f8032b0167e6db41acaf50ab710879'/>
<id>urn:sha1:1f84630c87f8032b0167e6db41acaf50ab710879</id>
<content type='text'>
This *is* backwards compatible, but `admin.site.root()` has been deprecated. The new style is `('^admin/', include(admin.site.urls))`; users will need to update their code to take advantage of the new customizable admin URLs.

Thanks to Alex Gaynor.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.</title>
<updated>2008-10-05T06:19:06Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-10-05T06:19:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e466d2ea53b43b453625808794b72afdc9be9816'/>
<id>urn:sha1:e466d2ea53b43b453625808794b72afdc9be9816</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9134 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Edited docs changes from [9010] and [9011]</title>
<updated>2008-09-11T03:32:28Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2008-09-11T03:32:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1b58b77f0d4b23d2be7c96af34636677ddb45a85'/>
<id>urn:sha1:1b58b77f0d4b23d2be7c96af34636677ddb45a85</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Clarified the bit in the tutorial about creating your first admin.py - fixes #8891</title>
<updated>2008-09-11T02:57:31Z</updated>
<author>
<name>Simon Willison</name>
<email>simon@simonwillison.net</email>
</author>
<published>2008-09-11T02:57:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bc5cddc5c575d32dcfea239c1463bb0b0fc1ee09'/>
<id>urn:sha1:bc5cddc5c575d32dcfea239c1463bb0b0fc1ee09</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8811: Corrected URL example in tutorial part 2</title>
<updated>2008-09-03T04:43:57Z</updated>
<author>
<name>James Bennett</name>
<email>ubernostrum@gmail.com</email>
</author>
<published>2008-09-03T04:43:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aea34087ef45b49945159101b77a161c4aa91ec7'/>
<id>urn:sha1:aea34087ef45b49945159101b77a161c4aa91ec7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
