---
title: "Django 1.9.9 release notes"
version: 3.2
locale: ko
source: https://docs.djangoproject.com/ko/3.2/releases/1.9.9/
canonical: https://djangodocs.dev/ko/3.2/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)).
