django/docs/releases/1.11.5.txt
Mariusz Felisiak 07e34f8bca [1.11.x] Fixed #28498 -- Fixed test database creation with cx_Oracle 6.
Backport of 6784383e93d582f43f8cb5f7647a05645cbb339b from master
2017-08-16 18:42:41 +02:00

16 lines
356 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`).