<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/views/generic/list_detail.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>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>Documented migration path for change object_list -&gt; ListView regarding different context variables</title>
<updated>2010-11-20T20:38:52Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2010-11-20T20:38:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d4c6abcbd10da9816a834883f3bfb05fb67222bc'/>
<id>urn:sha1:d4c6abcbd10da9816a834883f3bfb05fb67222bc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14650 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>Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion</title>
<updated>2010-01-10T18:36:20Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2010-01-10T18:36:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5ceed0a05388079118319940acdb2abe4ee01de6'/>
<id>urn:sha1:5ceed0a05388079118319940acdb2abe4ee01de6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaffer.</title>
<updated>2008-07-08T05:29:23Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-08T05:29:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=409ed9468fad37a43e453fa1b93ba9e3893a1371'/>
<id>urn:sha1:409ed9468fad37a43e453fa1b93ba9e3893a1371</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify things. QuerySetPaginator still exists as an alias, for backwards compatibility. Thanks for the suggestion, batiste@dosimple.ch</title>
<updated>2008-07-08T02:08:33Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2008-07-08T02:08:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4406d283e13819b04556df21044089b7d119edb0'/>
<id>urn:sha1:4406d283e13819b04556df21044089b7d119edb0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7865 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail generic</title>
<updated>2008-03-23T05:45:59Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-03-23T05:45:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0fea1348d6ade374a91f8328d630dd442c1bc7c9'/>
<id>urn:sha1:0fea1348d6ade374a91f8328d630dd442c1bc7c9</id>
<content type='text'>
view. Thanks, trevor.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Changed list_detail.object_list generic view to use the new Paginator class. This is backwards-compatible -- the previous 12 template context variables (has_next, has_previous, etc.) are still passed to the template, but new templates should only access the new template variables 'paginator' and 'page_obj'</title>
<updated>2008-03-18T21:40:45Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2008-03-18T21:40:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=08d4910d697d4fb8a199797e0938b0da653d3c3e'/>
<id>urn:sha1:08d4910d697d4fb8a199797e0938b0da653d3c3e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #685 -- archive_index() and object_list() generic views allow empty</title>
<updated>2007-12-02T15:43:35Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-12-02T15:43:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9075ac4b76f9e52e09fd2946f8f485b3ce6acf42'/>
<id>urn:sha1:9075ac4b76f9e52e09fd2946f8f485b3ce6acf42</id>
<content type='text'>
result sets by default now. Thanks, Gary Wilson and Matt Croydon.

This is a backwards incompatible change.


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