<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/views/generic/simple.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-04-25T19:17:47Z</updated>
<entry>
<title>Fixed #18033 -- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review.</title>
<updated>2012-04-25T19:17:47Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-25T19:17:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1858e476721890ce1f47dfa4d2739d9e0f11621b'/>
<id>urn:sha1:1858e476721890ce1f47dfa4d2739d9e0f11621b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17358 -- Updated logging calls to use official syntax for arguments instead of string interpolation. Thanks, spulec.</title>
<updated>2012-02-09T18:58:36Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-02-09T18:58:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f0a1633425d5afdaec85e188ce67d647e218ff23'/>
<id>urn:sha1:f0a1633425d5afdaec85e188ce67d647e218ff23</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Converted some of the built-in views to use content_type instead of mimetype HttpResponse argument. Refs #16519</title>
<updated>2011-12-17T03:53:25Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2011-12-17T03:53:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8767439af45d94025210ea13d0d4be465553b855'/>
<id>urn:sha1:8767439af45d94025210ea13d0d4be465553b855</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17111 -- Made the `redirect_to` generic view properly handle query strings with percent symbols. Thanks, Chris Adams.</title>
<updated>2011-10-26T06:33:13Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2011-10-26T06:33:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4d79083453e472d82633c5158ccbc5d6f6a6e247'/>
<id>urn:sha1:4d79083453e472d82633c5158ccbc5d6f6a6e247</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular, removed the assumption that environ['QUERY_STRING'] exists.</title>
<updated>2011-10-06T20:39:15Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2011-10-06T20:39:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e2f9c11736db9e23004733760303f605f1cfb924'/>
<id>urn:sha1:e2f9c11736db9e23004733760303f605f1cfb924</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16933 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Advanced deprecations for function-based generic views</title>
<updated>2011-04-02T08:44:04Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-04-02T08:44:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=603884505f84290d2379042169deae837e25b722'/>
<id>urn:sha1:603884505f84290d2379042169deae837e25b722</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15989 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6735 -- Added class-based views.</title>
<updated>2010-10-18T13:34:47Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-10-18T13:34:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0fcb09455729113f64a9873ca40bffd009b9bc5f'/>
<id>urn:sha1:0fcb09455729113f64a9873ca40bffd009b9bc5f</id>
<content type='text'>
This patch is the result of the work of many people, over many years.
To try and thank individuals would inevitably lead to many people
being left out or forgotten -- so rather than try to give a list that
will inevitably be incomplete, I'd like to thank *everybody* who
contributed in any way, big or small, with coding, testing, feedback
and/or documentation over the multi-year process of getting this into
trunk.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Thanks to Łukasz Rekucki for the report, and to Luke Plant for original patch this was based on.</title>
<updated>2010-10-06T15:02:26Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-10-06T15:02:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fea159282b75130b5f6cf52ec92ddfa09467f3c9'/>
<id>urn:sha1:fea159282b75130b5f6cf52ec92ddfa09467f3c9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13989 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draft patch, and to the many people who gave feedback during development of the patch.</title>
<updated>2010-10-04T15:12:39Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-10-04T15:12:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=24acca413977422681ca16b42fe9a6d763df2121'/>
<id>urn:sha1:24acca413977422681ca16b42fe9a6d763df2121</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Add option to redirect_to view to allow passing along the query string</title>
<updated>2010-09-11T03:13:23Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2010-09-11T03:13:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fffe0a00a383f46fdfb8de44d56f8ae2e2ee09de'/>
<id>urn:sha1:fffe0a00a383f46fdfb8de44d56f8ae2e2ee09de</id>
<content type='text'>
from the original request. Default is current behaviour, which is not to
pass the query string (it often won't be appropriate to do so).

Thanks to steingrd@ifi.uio.no for the patch and tests. Fixed #9966.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
