<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/handlers/modpython.py, branch archive/attic/schema-evolution</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2007-07-20T20:49:49Z</updated>
<entry>
<title>schema-evolution: merged trunk:HEAD into schema-evolution branch</title>
<updated>2007-07-20T20:49:49Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-07-20T20:49:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=365f4b869800469ba786919f11422c73b3ec9fbb'/>
<id>urn:sha1:365f4b869800469ba786919f11422c73b3ec9fbb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>committing to schema-evolution</title>
<updated>2006-10-26T19:09:51Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2006-10-26T19:09:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=42851d90dadbf62f5d342ce5c4f496ba1eeba987'/>
<id>urn:sha1:42851d90dadbf62f5d342ce5c4f496ba1eeba987</id>
<content type='text'>
merge from HEAD



git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@3937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added 'method' attribute to HttpRequest objects</title>
<updated>2006-06-20T03:48:31Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-20T03:48:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=136752ca9a87be908f9ec1e398bbd56b0c75222c'/>
<id>urn:sha1:136752ca9a87be908f9ec1e398bbd56b0c75222c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.</title>
<updated>2006-05-02T01:31:56Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-02T01:31:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f69cf70ed813a8cd7e1f963a14ae39103e8d5265'/>
<id>urn:sha1:f69cf70ed813a8cd7e1f963a14ae39103e8d5265</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac</title>
<updated>2006-04-09T23:54:34Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-04-09T23:54:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bc4638d722c0e48cfd6bc4d8084b41445f987004'/>
<id>urn:sha1:bc4638d722c0e48cfd6bc4d8084b41445f987004</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2639 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom Tobin</title>
<updated>2006-02-20T04:36:17Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-02-20T04:36:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f86004a4d3f642463a6faac72a72b61e975d9f29'/>
<id>urn:sha1:f86004a4d3f642463a6faac72a72b61e975d9f29</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #894 -- Moved response middleware call to base.py so that exceptions in that middleware get processed by the standard exception handling. As a nice side effect, this cuts down on a bit of redundant code.</title>
<updated>2006-02-18T23:41:17Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-02-18T23:41:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2c443df341984b1fc8c6801e39129180588309a0'/>
<id>urn:sha1:2c443df341984b1fc8c6801e39129180588309a0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2358 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.</title>
<updated>2006-02-03T15:18:20Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-02-03T15:18:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=567e4e441131434c855f9232553ae939962def99'/>
<id>urn:sha1:567e4e441131434c855f9232553ae939962def99</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Moved Apache auth handler to django/contrib/auth/handlers/modpython.py</title>
<updated>2005-11-30T01:14:23Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-11-30T01:14:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3cb20c45c73c003e4f8417ea44bf8c7d9ec6bd27'/>
<id>urn:sha1:3cb20c45c73c003e4f8417ea44bf8c7d9ec6bd27</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1500 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added mod_python authentication handler and document on authenticating against Django's auth database from Apache</title>
<updated>2005-11-29T18:26:07Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2005-11-29T18:26:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ae76186a4f86c1e5a687f58bfa54166a0dde6a93'/>
<id>urn:sha1:ae76186a4f86c1e5a687f58bfa54166a0dde6a93</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1495 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
