mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formset_kwargs().
Thanks Nick Pope for reviews.
This commit is contained in:
parent
600ff26a85
commit
3119a6deca
5 changed files with 44 additions and 11 deletions
|
@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue