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
/
tests
/
regressiontests
/
generic_views
/
views.py
Age
Commit message (
Expand
)
Author
2012-12-04
[1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL
Claude Paroz
2012-06-09
Fixed #16418 -- Made generic views work with ModelForms
Anssi Kääriäinen
2012-04-30
Fixed #18217 -- Time zone support in generic views
Aymeric Augustin
2012-04-06
Fixed #16074 -- Added ContextMixin to class-based generic views to handle get...
Claude Paroz
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-10-13
Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...
Julien Phalip
2011-06-10
Fixed #16196 - Redundant or incorrect code in tests
Luke Plant
2011-02-15
Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...
Russell Keith-Magee
2011-01-03
Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...
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-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee