mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #13163 -- Added ability to show change links on inline objects in admin.
Thanks DrMeers for the suggestion.
This commit is contained in:
parent
9a922dcad1
commit
9d9f0acd7e
12 changed files with 81 additions and 13 deletions
|
@ -2025,6 +2025,13 @@ The ``InlineModelAdmin`` class adds:
|
|||
Specifies whether or not inline objects can be deleted in the inline.
|
||||
Defaults to ``True``.
|
||||
|
||||
.. attribute:: InlineModelAdmin.show_change_link
|
||||
|
||||
.. versionadded:: 1.8
|
||||
|
||||
Specifies whether or not inline objects that can be changed in the
|
||||
admin have a link to the change form. Defaults to ``False``.
|
||||
|
||||
.. method:: InlineModelAdmin.get_formset(request, obj=None, **kwargs)
|
||||
|
||||
Returns a :class:`~django.forms.models.BaseInlineFormSet` class for use in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue