---
title: "Catatan terbitan Django 2.1.8"
version: 6.1
locale: id
source: https://docs.djangoproject.com/id/6.1/releases/2.1.8/
canonical: https://djangodocs.dev/id/6.1/releases/2.1.8/
---
# Catatan terbitan Django 2.1.8

*April 1, 2019*

Django 2.1.8 fixes a bug in 2.1.7.

## Perbaikan kesalahan

- Prevented admin inlines for a `ManyToManyField`'s implicit through model
  from being editable if the user only has the view permission
  ([#30289](https://code.djangoproject.com/ticket/30289)).
