1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00
Files
django/docs/releases/1.11.5.txt
2017-08-22 08:57:50 -04:00

18 lines
438 B
Plaintext

===========================
Django 1.11.5 release notes
===========================
*Under development*
Django 1.11.5 fixes several bugs in 1.11.4.
Bugfixes
========
* Fixed GEOS version parsing if the version has a commit hash at the end (new
in GEOS 3.6.2) (:ticket:`28441`).
* Fixed test database creation with ``cx_Oracle`` 6 (:ticket:`28498`).
* Fixed select widget rendering when option values are tuples (:ticket:`28502`).