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