summaryrefslogtreecommitdiff
path: root/docs/releases/3.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/3.0.txt')
-rw-r--r--docs/releases/3.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index d7ad7a8cf7..44656b11cd 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -47,6 +47,10 @@ Minor features
* Added support for the ``admin_order_field`` attribute on properties in
:attr:`.ModelAdmin.list_display`.
+* The new :meth:`ModelAdmin.get_inlines()
+ <django.contrib.admin.ModelAdmin.get_inlines>` method allows specifying the
+ inlines based on the request or model instance.
+
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~