1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Fixed #28498 -- Fixed test database creation with cx_Oracle 6.

This commit is contained in:
Mariusz Felisiak
2017-08-16 18:39:58 +02:00
committed by GitHub
parent a493424352
commit 6784383e93
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`).