mirror of
https://github.com/django/django.git
synced 2025-11-01 04:17:59 +00:00
Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.
Thanks Tim Graham for the review.
This commit is contained in:
parent
19242c675f
commit
f2ddc439b1
6 changed files with 93 additions and 11 deletions
|
|
@ -65,6 +65,9 @@ about each item can often be found in the release notes of two versions prior.
|
|||
* The ``original_content_type_id`` attribute on
|
||||
``django.contrib.admin.helpers.InlineAdminForm`` will be removed.
|
||||
|
||||
* The backwards compatibility shim to allow ``FormMixin.get_form()`` to be
|
||||
defined with no default value for its ``form_class`` argument will be removed.
|
||||
|
||||
.. _deprecation-removed-in-1.9:
|
||||
|
||||
1.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue