summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.8.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/2.1.8.txt b/docs/releases/2.1.8.txt
index dc6d2f7b44..b8774c6f46 100644
--- a/docs/releases/2.1.8.txt
+++ b/docs/releases/2.1.8.txt
@@ -9,4 +9,6 @@ Django 2.1.8 fixes a bug in 2.1.7.
Bugfixes
========
-*
+* Prevented admin inlines for a ``ManyToManyField``\'s implicit through model
+ from being editable if the user only has the view permission
+ (:ticket:`30289`).