---
title: "Django 1.11.17 release notes"
version: 2.1
locale: ja
source: https://docs.djangoproject.com/ja/2.1/releases/1.11.17/
canonical: https://djangodocs.dev/ja/2.1/releases/1.11.17/
---
# Django 1.11.17 release notes

*December 3, 2018*

Django 1.11.17 では、1.11.16 にあったいくつかのバグを修正し、Python 3.7 との互換性を追加しました。

## Bugfixes

- Prevented repetitive calls to `geos_version_tuple()` in the `WKBWriter`
  class in an attempt to fix a random crash involving `LooseVersion` since
  Django 1.11.14 ([#29959](https://code.djangoproject.com/ticket/29959)).
