mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
9031a4c13b
This fixes some test failures on MySQL 5.7+.
16 lines
324 B
Plaintext
16 lines
324 B
Plaintext
==========================
|
|
Django 1.9.9 release notes
|
|
==========================
|
|
|
|
*Under development*
|
|
|
|
Django 1.9.9 fixes several bugs in 1.9.8.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed invalid HTML in template postmortem on the debug page
|
|
(:ticket:`26938`).
|
|
|
|
* Fixed some GIS database function crashes on MySQL 5.7 (:ticket:`26657`).
|