Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: ee4edb1eda2ac8f09eb298929282b44776930c89
https://github.com/django/django/commit/ee4edb1eda2ac8f09eb298929282b44776930c89
Author: Tim Graham <
timog...@gmail.com>
Date: 2014-03-22 (Sat, 22 Mar 2014)
Changed paths:
M django/forms/models.py
M django/views/generic/edit.py
M docs/ref/class-based-views/mixins-editing.txt
M docs/ref/forms/models.txt
M docs/topics/class-based-views/generic-editing.txt
M docs/topics/forms/modelforms.txt
M tests/generic_views/test_edit.py
M tests/model_forms/tests.py
M tests/model_formsets/tests.py
Log Message:
-----------
Made ModelForms raise ImproperlyConfigured if the list of fields is not specified.
Also applies to modelform(set)_factory and generic model views.
refs #19733.