| Age | Commit message (Expand) | Author |
| 2012-04-25 | Fixed #18033 -- Removed function-based generic views, as per official depreca... | Claude Paroz |
| 2011-04-02 | Advanced deprecations for function-based generic views | Russell Keith-Magee |
| 2010-11-20 | Documented migration path for change object_list -> ListView regarding differ... | Luke Plant |
| 2010-10-18 | Fixed #6735 -- Added class-based views. | Russell Keith-Magee |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2008-07-08 | Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaf... | Malcolm Tredinnick |
| 2008-07-08 | Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify... | Adrian Holovaty |
| 2008-03-23 | Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail generic | Malcolm Tredinnick |
| 2008-03-18 | Changed list_detail.object_list generic view to use the new Paginator class. ... | Adrian Holovaty |
| 2007-12-02 | Fixed #685 -- archive_index() and object_list() generic views allow empty | Malcolm Tredinnick |
| 2007-09-14 | Fixed #4919 -- Added 'last' marker on paginators. Thanks to patrick@vonautoma... | Russell Keith-Magee |
| 2007-09-14 | Fixed #1795 -- Added page_range to paginators in generic list views. Thanks t... | Russell Keith-Magee |
| 2007-08-12 | Fixed #5085 -- In generic views, set the default name for the slug field to '... | Malcolm Tredinnick |
| 2007-06-22 | Backed out the changes in [5482] for a bit whilst some more investigation into | Malcolm Tredinnick |
| 2007-06-17 | Fixed #4565 -- Changed template rendering to use iterators, rather than | Malcolm Tredinnick |
| 2007-02-26 | Fixed #3170: added first_on_page and last_on_page arguments to paginated gene... | Jacob Kaplan-Moss |
| 2006-11-27 | Fixed #3072 -- Fixed docstring in object_detail() generic view. Thanks, Matt ... | Adrian Holovaty |
| 2006-06-03 | Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, ka... | Adrian Holovaty |
| 2006-06-03 | Eliminated lots of mutable default arguments (since they are bugs | Luke Plant |
| 2006-05-31 | Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian Holsman | Adrian Holovaty |
| 2006-05-23 | Negligible code cleanup for the sake of clarity. | Luke Plant |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-03-01 | Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao... | Adrian Holovaty |
| 2006-02-27 | Fixed #1033 -- pagination in object_list generic views now use 1-indexed page... | Jacob Kaplan-Moss |
| 2005-12-24 | Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce... | Adrian Holovaty |
| 2005-12-16 | Fixed #1041 -- Generic views no longer use deprecated template_loader. Thanks... | Adrian Holovaty |
| 2005-11-28 | Fixed #947 -- Corrected is_paginated variable in list_detail generic view. Th... | Adrian Holovaty |
| 2005-10-10 | Updated docs to reflect changes in [824] | Jacob Kaplan-Moss |
| 2005-10-10 | Fixed #604 - total number of objects in generic object_list view is now avail... | Jacob Kaplan-Moss |
| 2005-09-29 | Fixed #541 - generic views now may take a {{{template_loader}}} argument so t... | Jacob Kaplan-Moss |
| 2005-09-02 | Fixed #351 -- views.generic.list_detail.object_list now respects allow_empty ... | Adrian Holovaty |
| 2005-08-08 | Fixed typos in generic-views documentation | Adrian Holovaty |
| 2005-07-25 | Fixed #195: generic views now allow callables in extra_context dicts -- thank... | Jacob Kaplan-Moss |
| 2005-07-24 | A bunch of generics: documentation of generic views; cleaned up existing gene... | Jacob Kaplan-Moss |
| 2005-07-15 | Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod... | Adrian Holovaty |
| 2005-07-13 | Imported Django from private SVN repository (created from r. 8825) | Adrian Holovaty |