1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.11.x] Fixed #28498 -- Fixed test database creation with cx_Oracle 6.

Backport of 6784383e93 from master
This commit is contained in:
Mariusz Felisiak
2017-08-16 18:39:58 +02:00
parent 1214e7c1b1
commit 07e34f8bca
3 changed files with 11 additions and 1 deletions

View File

@@ -11,3 +11,5 @@ 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`).