blob: b8774c6f46ede157f4b6f5e5b9a88acac159f25d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
==========================
Django 2.1.8 release notes
==========================
*April 1, 2019*
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`).
|