summaryrefslogtreecommitdiff
path: root/django/views/generic
AgeCommit message (Expand)Author
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-04-13Fixed #10458 -- Corrected the `next_month` and `previous_month` context varia...Russell Keith-Magee
2009-04-09Fixed #7944: date-based generic views no longer get confused with a numeric m...Jacob Kaplan-Moss
2008-12-08Added a 'permanent' argument the simple.redirect_to() generic view. It's True...Adrian Holovaty
2008-08-23Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv...Brian Rosner
2008-08-10Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr
2008-07-27Corrected spacing in warning message.Gary Wilson Jr
2008-07-27Fixed #7988 -- Corrected import of the warnings module, thanks richardh.Gary Wilson Jr
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Refs #3639 -- Minor docstring correction, it's a function not a method.Gary Wilson Jr
2008-07-18Fixed #3639: updated generic create_update views to use newforms. This is a b...Jacob Kaplan-Moss
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-15Fixed #5468 -- Fixed the handling of the context argument in direct_to_templa...Russell Keith-Magee
2007-09-14Fixed #3895 -- Added ability to customize the context variable in the archive...Russell Keith-Magee
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-09-07Changed imports to adhere to PEP 8.Gary Wilson Jr
2007-09-07Fixed #3134 -- Made the `archive_year` generic view consistent with the other...Gary Wilson Jr
2007-08-12Fixed #5085 -- In generic views, set the default name for the slug field to '...Malcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm 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-04-09Fixed #3034 -- Added mimetype parameter to the direct_to_template() genericMalcolm Tredinnick
2007-02-26Fixed #3170: added first_on_page and last_on_page arguments to paginated gene...Jacob Kaplan-Moss
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-11-27Fixed #3072 -- Fixed docstring in object_detail() generic view. Thanks, Matt ...Adrian Holovaty
2006-10-30Fixes #2966 -- Added extra_context parameter to direct_to_template generic vi...Russell Keith-Magee
2006-10-30Fixes #2964 -- Fixed typo in regex in docstring for redirect_to. Thanks, wam-...Russell Keith-Magee
2006-09-26Fixed #2362 -- Corrected the way we retrieve an object so that it works forMalcolm Tredinnick
2006-08-21Fixed #2471 -- Got date-based generic views working with SQLite DateFields. T...Adrian Holovaty
2006-08-11Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@n...Adrian Holovaty
2006-07-27Fixed #2433 -- Added allow_future option to date-based generic viewsAdrian Holovaty
2006-07-22Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in r3414).Malcolm Tredinnick
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-06-20Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...Adrian Holovaty
2006-06-13Fixed #2147: file uploads within the update_object generic view now works. T...Jacob Kaplan-Moss
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-06-01Fixed #697 -- Added make_object_list parameter to archive_year generic view. ...Adrian Holovaty
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-22Fixed #1931 -- update_object generic view no longer assumes the object's get_...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-03-30Fixed #1557 in trunkAdrian Holovaty