From 8335d59200e4c64dfe3348ea93989d95e0107439 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 30 Mar 2019 13:58:33 -0400 Subject: Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit through model from being editable if the user only has the view permission. --- docs/releases/2.1.8.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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`). -- cgit v1.3