summaryrefslogtreecommitdiff
path: root/django/views/generic/__init__.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2015-06-27Sorted imports in __init__.py files.Tim Graham
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2011-01-08Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT.Andrew Godwin
2010-10-18Fixed #6735 -- Added class-based views.Russell Keith-Magee
2008-07-18Fixed #3639: updated generic create_update views to use newforms. This is a b...Jacob Kaplan-Moss
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty