django1/django/views/generic
Tim Graham ee4edb1eda Made ModelForms raise ImproperlyConfigured if the list of fields is not specified.
Also applies to modelform(set)_factory and generic model views.

refs #19733.
2014-03-22 07:56:48 -04:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Fixed #21564 -- Use local request object when possible in generic views. 2013-12-16 16:58:08 +01:00
dates.py Fixed typo in docstrings of MonthArchiveViews. 2014-01-10 08:25:22 -05:00
detail.py Fixed #22113 -- changed object_name to model_name in CBV docs. 2014-02-22 23:36:54 +01:00
edit.py Made ModelForms raise ImproperlyConfigured if the list of fields is not specified. 2014-03-22 07:56:48 -04:00
list.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00