---
title: "Notes de publication de Django 1.11.17"
version: 6.1
locale: fr
source: https://docs.djangoproject.com/fr/6.1/releases/1.11.17/
canonical: https://djangodocs.dev/fr/6.1/releases/1.11.17/
---
# Notes de publication de Django 1.11.17

*December 3, 2018*

Django 1.11.17 fixes several bugs in 1.11.16 and adds compatibility with
Python 3.7.

## Correction de bogues

- 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)).
