mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optional.
Per deprecation timeline.
This commit is contained in:
parent
849037af36
commit
491de4f07c
3 changed files with 1 additions and 56 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue