Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formset_kwargs().

Thanks Nick Pope for reviews.
This commit is contained in:
manav014 2020-11-27 02:21:35 +05:30 committed by Mariusz Felisiak
parent 600ff26a85
commit 3119a6deca
5 changed files with 44 additions and 11 deletions

View file

@ -37,6 +37,9 @@ Minor features
* The ``admin/base.html`` template now has a new block ``header`` which
contains the admin site header.
* The new :meth:`.ModelAdmin.get_formset_kwargs` method allows customizing the
keyword arguments passed to the constructor of a formset.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~