diff options
| author | Tim Graham <timograham@gmail.com> | 2019-03-30 13:58:33 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-03-30 16:49:16 -0400 |
| commit | 8335d59200e4c64dfe3348ea93989d95e0107439 (patch) | |
| tree | 810675d33762ec6a1dceab6f6bd95e115c032e2a /docs/releases | |
| parent | e245046bb6e8b32360aa48b8a41fb7050f0fc730 (diff) | |
Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit through model from being editable if the user only has the view permission.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.1.8.txt | 4 |
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`). |
