summaryrefslogtreecommitdiff
path: root/django/views/generic
AgeCommit message (Expand)Author
2011-03-15Fixed #15575 -- Corrected handling of pagination in generic views to match do...Russell Keith-Magee
2011-03-06Fixed #15560 -- Cleaned up some redundant post->put redirections in the class...Russell Keith-Magee
2011-02-26Fixed #15508 -- Corrected a misleading error message in the DetailView generi...Russell Keith-Magee
2011-02-15Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...Russell Keith-Magee
2011-02-14Fixed #15287 -- Added translation markers to user-facing error messages in cl...Russell Keith-Magee
2011-02-14Fixed #15298 -- Raise a better error when a TemplateResponseMixin doesn't hav...Russell Keith-Magee
2011-02-14Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...Russell Keith-Magee
2011-02-06Fixed #14711 -- Corrected the calculation for the previous month in generic d...Russell Keith-Magee
2011-01-27Fixed #15061 -- Removed a redundant method implementation in the class-based ...Russell Keith-Magee
2011-01-26Fixed #15052 -- corrected an innacurate docstring in the generic views.Alex Gaynor
2011-01-08Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT.Andrew Godwin
2011-01-08Fixed inconsistency in ListView's pagination (short datasets should also trig...Andrew Godwin
2011-01-03Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...Russell Keith-Magee
2010-12-10Add FormMixin.get_form_kwargs method to abstract some common logic in a tidierChris Beaven
2010-12-09Fixes #14873 -- A paginated ListView with a List instead of queryset produces...Chris Beaven
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-12-05Fixed #14773 -- Modified MultipleObjectMixin to allow for custom paginators. ...Russell Keith-Magee
2010-12-04Fixed #14797 -- Corrected the handling of get_form_class() when a custom quer...Russell Keith-Magee
2010-12-04Fixed #14803 -- Corrected an inconsistency in redirection handling between ol...Russell Keith-Magee
2010-11-23Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a ...Russell Keith-Magee
2010-11-20Documented migration path for change object_list -> ListView regarding differ...Luke Plant
2010-11-20Fixed #14512 -- Added documentation on how to apply decorators to class-based...Russell Keith-Magee
2010-10-28Fixed #14558 -- Modified the way PUT and DELETE HTTP methods are handled so t...Russell Keith-Magee
2010-10-28Fixed #14554 -- Raise the actual NotImplementedError exception, not the NotIm...Russell Keith-Magee
2010-10-28Fixed #14504 -- Corrected the way object_list is used in ListView to avoid ov...Russell Keith-Magee
2010-10-28Fixed #14568 -- Use keyword rather than positional arguments for form constru...Russell Keith-Magee
2010-10-20Modified the implementation of get_object() to be consistent with the approac...Russell Keith-Magee
2010-10-19Fixed #14495 -- DeletionMixin and FormMixin don't have an object to work with...Honza Král
2010-10-19Added a logging call on HTTP 405 for class-based views. This is for consisten...Russell Keith-Magee
2010-10-18Fixed #6735 -- Added class-based views.Russell Keith-Magee
2010-10-06Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...Russell Keith-Magee
2010-10-04Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...Russell Keith-Magee
2010-09-11Add option to redirect_to view to allow passing along the query stringMalcolm Tredinnick
2010-01-10Fixed: 3274: Added date_list context variable to the archive_month generic vi...Karen Tracey
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
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