<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/middleware/admin.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>2005-10-19T01:09:05Z</updated>
<entry>
<title>Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code.</title>
<updated>2005-10-19T01:09:05Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-10-19T01:09:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f07e5d4f5df5ca9ca3366d7ecc4b01c490c13198'/>
<id>urn:sha1:f07e5d4f5df5ca9ca3366d7ecc4b01c490c13198</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader.</title>
<updated>2005-10-14T20:10:13Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-10-14T20:10:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f71f8546283dbdf698c7578f8f9154045c84f9e7'/>
<id>urn:sha1:f71f8546283dbdf698c7578f8f9154045c84f9e7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added request.session.delete_test_cookie()</title>
<updated>2005-09-23T01:28:44Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-09-23T01:28:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=39a907a051617d97a9724512791a4d9a53ee2f10'/>
<id>urn:sha1:39a907a051617d97a9724512791a4d9a53ee2f10</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@669 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #335 -- Admin login form now checks that cookies are enabled.</title>
<updated>2005-08-17T22:04:53Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-08-17T22:04:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b1d9682a380484950b92f7fa37acd2b6f212578f'/>
<id>urn:sha1:b1d9682a380484950b92f7fa37acd2b6f212578f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1 -- Added anonymous session support via middleware and request.session. Removed the former request.session, which wasn't being used anyway. Removed auth.Session model. See the BackwardsIncompatibleChanges wiki page for IMPORTANT notes on code you'll have to change and a DB table you'll have to create.</title>
<updated>2005-08-16T22:54:05Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-08-16T22:54:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=07889c13a63eeb3e8a73f1e02a21227def3ae548'/>
<id>urn:sha1:07889c13a63eeb3e8a73f1e02a21227def3ae548</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #159 -- Admin users no longer have to log in to go to the 'log out' page. Thanks, Manuzhai</title>
<updated>2005-07-26T22:48:04Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-07-26T22:48:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fe91881e35db30dc61185c38cc0ab5c6a642e82f'/>
<id>urn:sha1:fe91881e35db30dc61185c38cc0ab5c6a642e82f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are shared for every Django installation. 'django-admin.py startproject' now creates a random SECRET_KEY. The auth and comments modules, and the admin middleware, all use SECRET_KEY now, instead of hard-coded values.</title>
<updated>2005-07-20T00:37:45Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-07-20T00:37:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=897d24b220a9615f036ffed663926851a7ec5e64'/>
<id>urn:sha1:897d24b220a9615f036ffed663926851a7ec5e64</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old code will still work.</title>
<updated>2005-07-15T17:09:01Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-07-15T17:09:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f4c581158d489aba88f3cbb2c61dd44949ea0038'/>
<id>urn:sha1:f4c581158d489aba88f3cbb2c61dd44949ea0038</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@57 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Imported Django from private SVN repository (created from r. 8825)</title>
<updated>2005-07-13T01:25:57Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-07-13T01:25:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ed114e15106192b22ebb78ef5bf5bce72b419d13'/>
<id>urn:sha1:ed114e15106192b22ebb78ef5bf5bce72b419d13</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
