<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/apache_auth.txt, branch stable/6.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2008-08-23T22:25:40Z</updated>
<entry>
<title>Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.</title>
<updated>2008-08-23T22:25:40Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-08-23T22:25:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97cb07c3a10ff0e584a260a7ee1001614691eb1d'/>
<id>urn:sha1:97cb07c3a10ff0e584a260a7ee1001614691eb1d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6612 -- Updated Apache auth recipe for Apache 2.2. Thanks, trbs.</title>
<updated>2008-06-30T12:25:03Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-06-30T12:25:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=61898d86276d236388c66a8f629ff6c3cfe04800'/>
<id>urn:sha1:61898d86276d236388c66a8f629ff6c3cfe04800</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7804 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5782 -- Fixed a small typo spotted by obeattie.</title>
<updated>2007-10-20T04:16:40Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-10-20T04:16:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3ea87fb9c09fa5ff659308721afe6cb1e717ddf9'/>
<id>urn:sha1:3ea87fb9c09fa5ff659308721afe6cb1e717ddf9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fix a couple of typos from [6309]</title>
<updated>2007-09-16T02:01:06Z</updated>
<author>
<name>James Bennett</name>
<email>ubernostrum@gmail.com</email>
</author>
<published>2007-09-16T02:01:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d0f4e52abfecf38239d399c04223b7ce00aba962'/>
<id>urn:sha1:d0f4e52abfecf38239d399c04223b7ce00aba962</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>One more tweak to [6309] - sorry for the noise.</title>
<updated>2007-09-15T18:56:18Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2007-09-15T18:56:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=201a6cc192b5484e74a16fb599d9ddfb9e6fb048'/>
<id>urn:sha1:201a6cc192b5484e74a16fb599d9ddfb9e6fb048</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Small reST tweak to [6309].</title>
<updated>2007-09-15T18:54:31Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2007-09-15T18:54:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8a48d490a1569017d8be8079c34a1506da24d07d'/>
<id>urn:sha1:8a48d490a1569017d8be8079c34a1506da24d07d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #4437: added notes to the modpython auth handler documentation about using the handler with Apache 2.2. Thanks to Paul Bissex for the beginnings of the patch, and Graham Dumpleton for the rest of the info.</title>
<updated>2007-09-15T18:52:29Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2007-09-15T18:52:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc478a0fe83bac8c7dd7c6112aaea373e2c3f533'/>
<id>urn:sha1:fc478a0fe83bac8c7dd7c6112aaea373e2c3f533</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris</title>
<updated>2007-01-24T20:08:47Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-24T20:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8e54c4978472c559f8a6a5efc00e3e48525629a4'/>
<id>urn:sha1:8e54c4978472c559f8a6a5efc00e3e48525629a4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4420 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added the word 'static' to docs/apache_auth.txt for benefit of search engines. Thanks, Paul</title>
<updated>2006-09-25T19:56:00Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-09-25T19:56:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=83613ad6ded78d20404077452e46dea69888485b'/>
<id>urn:sha1:83613ad6ded78d20404077452e46dea69888485b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO_SETTINGS_MODULE via a PythonOption instead of SetEnv</title>
<updated>2006-05-31T02:09:07Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-31T02:09:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2f513e0f0e95d8f146385803743c7128dbc9b885'/>
<id>urn:sha1:2f513e0f0e95d8f146385803743c7128dbc9b885</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3012 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
