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

Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.

Follow up to a404f75f92.
This commit is contained in:
Tim Graham
2017-05-30 09:39:59 -04:00
committed by GitHub
parent 9509268cea
commit c32476e5ba
2 changed files with 3 additions and 1 deletions

View File

@@ -42,3 +42,5 @@ Bugfixes
* Prevented ``Subquery`` from adding an unnecessary ``CAST`` which resulted in
invalid SQL (:ticket:`28199`).
* Corrected detection of GDAL 2.1 on Windows (:ticket:`28181`).