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

*December 3, 2018*

Django 1.11.17 fixes several bugs in 1.11.16 and adds compatibility with
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)).
