diff options
| author | Tim Graham <timograham@gmail.com> | 2015-09-03 14:41:54 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-23 19:31:10 -0400 |
| commit | 491de4f07c5018aa6f409dbc9bcf32ff631d5f2e (patch) | |
| tree | 1ddf4d08d06d2b2ac5824c273fc5bc15b5da7d9c /docs/ref/class-based-views | |
| parent | 849037af36000d53b0b3b52f780ff475534e195b (diff) | |
Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optional.
Per deprecation timeline.
Diffstat (limited to 'docs/ref/class-based-views')
| -rw-r--r-- | docs/ref/class-based-views/mixins-editing.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/class-based-views/mixins-editing.txt b/docs/ref/class-based-views/mixins-editing.txt index ed13257747..832f42ccd4 100644 --- a/docs/ref/class-based-views/mixins-editing.txt +++ b/docs/ref/class-based-views/mixins-editing.txt @@ -59,10 +59,6 @@ FormMixin :meth:`~django.views.generic.edit.FormMixin.get_form_kwargs`. If ``form_class`` isn't provided :meth:`get_form_class` will be used. - .. versionchanged:: 1.8 - - The ``form_class`` argument is not required anymore. - .. method:: get_form_kwargs() Build the keyword arguments required to instantiate the form. |
