diff options
| author | Simon Charette <charette.s@gmail.com> | 2014-10-14 14:56:39 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2014-10-30 19:10:52 -0400 |
| commit | f2ddc439b1938acb6cae693bda9d8cf83a4583be (patch) | |
| tree | ccf7997832415683035ede7a289e79593248f4c2 /docs/internals | |
| parent | 19242c675f16ddde37b68af8bbe07de66e237e13 (diff) | |
Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.
Thanks Tim Graham for the review.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 9906119f14..b0fe326937 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 |
