summaryrefslogtreecommitdiff
path: root/tests/regressiontests/generic_views/views.py
AgeCommit message (Expand)Author
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-10-13Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...Julien Phalip
2011-06-10Fixed #16196 - Redundant or incorrect code in testsLuke Plant
2011-02-15Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...Russell Keith-Magee
2011-01-03Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...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-10-18Fixed #6735 -- Added class-based views.Russell Keith-Magee