summaryrefslogtreecommitdiff
path: root/django/views/generic/list_detail.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz2012-04-251-152/+0
* Advanced deprecations for function-based generic viewsRussell Keith-Magee2011-04-021-1/+1
* Documented migration path for change object_list -> ListView regarding differ...Luke Plant2010-11-201-1/+1
* Fixed #6735 -- Added class-based views.Russell Keith-Magee2010-10-181-0/+7
* Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty2010-01-101-2/+2
* Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaf...Malcolm Tredinnick2008-07-081-1/+1
* Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify...Adrian Holovaty2008-07-081-1/+1
* Fixed #6846 -- Fixed first_on_page and last_on_page in list_detail genericMalcolm Tredinnick2008-03-231-2/+2
* Changed list_detail.object_list generic view to use the new Paginator class. ...Adrian Holovaty2008-03-181-23/+27
* Fixed #685 -- archive_index() and object_list() generic views allow emptyMalcolm Tredinnick2007-12-021-1/+1
* Fixed #4919 -- Added 'last' marker on paginators. Thanks to patrick@vonautoma...Russell Keith-Magee2007-09-141-11/+18
* Fixed #1795 -- Added page_range to paginators in generic list views. Thanks t...Russell Keith-Magee2007-09-141-0/+3
* Fixed #5085 -- In generic views, set the default name for the slug field to '...Malcolm Tredinnick2007-08-121-1/+1
* Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick2007-06-221-2/+2
* Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick2007-06-171-2/+2
* Fixed #3170: added first_on_page and last_on_page arguments to paginated gene...Jacob Kaplan-Moss2007-02-261-0/+8
* Fixed #3072 -- Fixed docstring in object_detail() generic view. Thanks, Matt ...Adrian Holovaty2006-11-271-1/+1
* Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, ka...Adrian Holovaty2006-06-031-3/+4
* Eliminated lots of mutable default arguments (since they are bugsLuke Plant2006-06-031-2/+4
* Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian HolsmanAdrian Holovaty2006-05-311-4/+6
* Negligible code cleanup for the sake of clarity.Luke Plant2006-05-231-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-33/+28
* Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao...Adrian Holovaty2006-03-011-5/+5
* Fixed #1033 -- pagination in object_list generic views now use 1-indexed page...Jacob Kaplan-Moss2006-02-271-8/+8
* Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce...Adrian Holovaty2005-12-241-12/+12
* Fixed #1041 -- Generic views no longer use deprecated template_loader. Thanks...Adrian Holovaty2005-12-161-3/+3
* Fixed #947 -- Corrected is_paginated variable in list_detail generic view. Th...Adrian Holovaty2005-11-281-3/+3
* Updated docs to reflect changes in [824]Jacob Kaplan-Moss2005-10-101-0/+2
* Fixed #604 - total number of objects in generic object_list view is now avail...Jacob Kaplan-Moss2005-10-101-0/+1
* Fixed #541 - generic views now may take a {{{template_loader}}} argument so t...Jacob Kaplan-Moss2005-09-291-2/+4
* Fixed #351 -- views.generic.list_detail.object_list now respects allow_empty ...Adrian Holovaty2005-09-021-8/+11
* Fixed typos in generic-views documentationAdrian Holovaty2005-08-081-8/+8
* Fixed #195: generic views now allow callables in extra_context dicts -- thank...Jacob Kaplan-Moss2005-07-251-6/+12
* A bunch of generics: documentation of generic views; cleaned up existing gene...Jacob Kaplan-Moss2005-07-241-2/+5
* Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...Adrian Holovaty2005-07-151-1/+1
* Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty2005-07-131-0/+106