summaryrefslogtreecommitdiff
path: root/docs/releases/1.8.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/1.8.txt')
-rw-r--r--docs/releases/1.8.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 690480a4e1..d4943fd0da 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -35,6 +35,10 @@ Minor features
:meth:`~django.contrib.admin.ModelAdmin.has_module_permission`
method to allow limiting access to the module on the admin index page.
+* :class:`~django.contrib.admin.InlineModelAdmin` now has an attribute
+ :attr:`~django.contrib.admin.InlineModelAdmin.show_change_link` that
+ supports showing a link to an inline object's change form.
+
:mod:`django.contrib.auth`
^^^^^^^^^^^^^^^^^^^^^^^^^^