1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #28498 -- Forwardported 1.11.5 release note.

This commit is contained in:
Mariusz Felisiak
2017-08-23 10:08:42 +02:00
parent 330e965cd8
commit 939d923e8e

View File

@@ -12,7 +12,7 @@ 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`).
* Added compatibility for ``cx_Oracle`` 6 (:ticket:`28498`).
* Fixed select widget rendering when option values are tuples (:ticket:`28502`).