mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit through model from being editable if the user only has the view permission.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user