mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #19425 - Added InlineModelAdmin.get_extra hook.
Thanks dave@ for the suggestion and Rohan Jain for the patch.
This commit is contained in:
@@ -292,6 +292,10 @@ Minor features
|
||||
:meth:`~django.db.models.query.QuerySet.select_related` can be cleared using
|
||||
``select_related(None)``.
|
||||
|
||||
* The :meth:`~django.contrib.admin.InlineModelAdmin.get_extra` method on
|
||||
:class:`~django.contrib.admin.InlineModelAdmin` may be overridden to
|
||||
customize the number of extra inline forms.
|
||||
|
||||
Backwards incompatible changes in 1.6
|
||||
=====================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user