<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/views/generic/simple.py, branch archive/attic/newforms-admin</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fnewforms-admin</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fnewforms-admin'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2007-09-15T22:25:52Z</updated>
<entry>
<title>newforms-admin: Merged to [6332].</title>
<updated>2007-09-15T22:25:52Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2007-09-15T22:25:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=019e3c61e4390b0e5ad981256d6426e24083626a'/>
<id>urn:sha1:019e3c61e4390b0e5ad981256d6426e24083626a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms-admin: Merged to [5194]</title>
<updated>2007-05-12T02:36:05Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-05-12T02:36:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=415e84ad53e0d0d8f7df87784c1893489bdbe0b8'/>
<id>urn:sha1:415e84ad53e0d0d8f7df87784c1893489bdbe0b8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@5195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixes #2966 -- Added extra_context parameter to direct_to_template generic view to keep it aligned with capabilities of other generic views. Thanks, wam-djangobug@wamber.net.</title>
<updated>2006-10-30T14:30:43Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2006-10-30T14:30:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6d1335c0584c5a3b834915d00362427e4607755e'/>
<id>urn:sha1:6d1335c0584c5a3b834915d00362427e4607755e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixes #2964 -- Fixed typo in regex in docstring for redirect_to. Thanks, wam-djangobug@wamber.net.</title>
<updated>2006-10-30T13:49:45Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2006-10-30T13:49:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cb93c0d0dae843d8d99afc3470e79a6920b746e6'/>
<id>urn:sha1:cb93c0d0dae843d8d99afc3470e79a6920b746e6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3948 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 #1117 -- Added HttpResponsePermanentRedirect</title>
<updated>2006-01-03T23:57:14Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-01-03T23:57:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3234a932b2054e30604d29f93e65180fa7c3fc05'/>
<id>urn:sha1:3234a932b2054e30604d29f93e65180fa7c3fc05</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added django.views.generic.simple.redirect_to view for issuing simple redirects.  Also updated direct_to_template to use render_to_response to be consistant with coding style, and documented the simple generic views.</title>
<updated>2005-11-15T17:19:33Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2005-11-15T17:19:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=400cf5658da46fc748e64a7570a6df0dd21cbff2'/>
<id>urn:sha1:400cf5658da46fc748e64a7570a6df0dd21cbff2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added django.views.generic.simple.direct_to_template which renders a given template along with any other params from the URL pattern.</title>
<updated>2005-11-15T16:55:26Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2005-11-15T16:55:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dcb5bc32e0a475a514d3fdec8699c5fbe564b7ee'/>
<id>urn:sha1:dcb5bc32e0a475a514d3fdec8699c5fbe564b7ee</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
