Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: e97b7a26779054e7bb4326c688b0ed7823037dec
https://github.com/django/django/commit/e97b7a26779054e7bb4326c688b0ed7823037dec
Author: Claude Paroz <
cla...@2xlibre.net>
Date: 2014-05-28 (Wed, 28 May 2014)
Changed paths:
M django/contrib/gis/__init__.py
M django/contrib/gis/db/models/proxy.py
M django/contrib/gis/db/models/query.py
M django/contrib/gis/gdal/geometries.py
M django/contrib/gis/geos/factory.py
M django/contrib/gis/geos/geometry.py
M django/contrib/gis/geos/prototypes/io.py
M django/contrib/gis/geos/tests/test_geos.py
M django/contrib/gis/geos/tests/test_io.py
Log Message:
-----------
Fixed #22714 -- Made contrib.gis use six-provided memoryview type
Thanks Tim Graham for the report.