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

*August 1, 2016*

Django 1.9.9 fixes several bugs in 1.9.8.

## Bugfixes

- Fixed invalid HTML in template postmortem on the debug page
  ([#26938](https://code.djangoproject.com/ticket/26938)).
- Fixed some GIS database function crashes on MySQL 5.7 ([#26657](https://code.djangoproject.com/ticket/26657)).
