index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
/
generic
Age
Commit message (
Expand
)
Author
2011-03-15
Fixed #15575 -- Corrected handling of pagination in generic views to match do...
Russell Keith-Magee
2011-03-06
Fixed #15560 -- Cleaned up some redundant post->put redirections in the class...
Russell Keith-Magee
2011-02-26
Fixed #15508 -- Corrected a misleading error message in the DetailView generi...
Russell Keith-Magee
2011-02-15
Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...
Russell Keith-Magee
2011-02-14
Fixed #15287 -- Added translation markers to user-facing error messages in cl...
Russell Keith-Magee
2011-02-14
Fixed #15298 -- Raise a better error when a TemplateResponseMixin doesn't hav...
Russell Keith-Magee
2011-02-14
Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...
Russell Keith-Magee
2011-02-06
Fixed #14711 -- Corrected the calculation for the previous month in generic d...
Russell Keith-Magee
2011-01-27
Fixed #15061 -- Removed a redundant method implementation in the class-based ...
Russell Keith-Magee
2011-01-26
Fixed #15052 -- corrected an innacurate docstring in the generic views.
Alex Gaynor
2011-01-08
Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT.
Andrew Godwin
2011-01-08
Fixed inconsistency in ListView's pagination (short datasets should also trig...
Andrew Godwin
2011-01-03
Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...
Russell Keith-Magee
2010-12-10
Add FormMixin.get_form_kwargs method to abstract some common logic in a tidier
Chris Beaven
2010-12-09
Fixes #14873 -- A paginated ListView with a List instead of queryset produces...
Chris Beaven
2010-12-07
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...
Russell Keith-Magee
2010-12-05
Fixed #14773 -- Modified MultipleObjectMixin to allow for custom paginators. ...
Russell Keith-Magee
2010-12-04
Fixed #14797 -- Corrected the handling of get_form_class() when a custom quer...
Russell Keith-Magee
2010-12-04
Fixed #14803 -- Corrected an inconsistency in redirection handling between ol...
Russell Keith-Magee
2010-11-23
Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a ...
Russell Keith-Magee
2010-11-20
Documented migration path for change object_list -> ListView regarding differ...
Luke Plant
2010-11-20
Fixed #14512 -- Added documentation on how to apply decorators to class-based...
Russell Keith-Magee
2010-10-28
Fixed #14558 -- Modified the way PUT and DELETE HTTP methods are handled so t...
Russell Keith-Magee
2010-10-28
Fixed #14554 -- Raise the actual NotImplementedError exception, not the NotIm...
Russell Keith-Magee
2010-10-28
Fixed #14504 -- Corrected the way object_list is used in ListView to avoid ov...
Russell Keith-Magee
2010-10-28
Fixed #14568 -- Use keyword rather than positional arguments for form constru...
Russell Keith-Magee
2010-10-20
Modified the implementation of get_object() to be consistent with the approac...
Russell Keith-Magee
2010-10-19
Fixed #14495 -- DeletionMixin and FormMixin don't have an object to work with...
Honza Král
2010-10-19
Added a logging call on HTTP 405 for class-based views. This is for consisten...
Russell Keith-Magee
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee
2010-10-06
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-09-11
Add option to redirect_to view to allow passing along the query string
Malcolm Tredinnick
2010-01-10
Fixed: 3274: Added date_list context variable to the archive_month generic vi...
Karen Tracey
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-09
Fixed #4604 - Configurable message passing system, supporting anonymous users
Luke Plant
2009-05-17
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2009-04-13
Fixed #10458 -- Corrected the `next_month` and `previous_month` context varia...
Russell Keith-Magee
2009-04-09
Fixed #7944: date-based generic views no longer get confused with a numeric m...
Jacob Kaplan-Moss
2008-12-08
Added a 'permanent' argument the simple.redirect_to() generic view. It's True...
Adrian Holovaty
2008-08-23
Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv...
Brian Rosner
2008-08-10
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:
Gary Wilson Jr
2008-07-27
Corrected spacing in warning message.
Gary Wilson Jr
2008-07-27
Fixed #7988 -- Corrected import of the warnings module, thanks richardh.
Gary Wilson Jr
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Refs #3639 -- Minor docstring correction, it's a function not a method.
Gary Wilson Jr
2008-07-18
Fixed #3639: updated generic create_update views to use newforms. This is a b...
Jacob Kaplan-Moss
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
[next]