django1/django/contrib/gis/gdal
Claude Paroz 7e5ebcce53 Fixed #18795 -- Fixed failing GeoDjango tests
Proj.4 and SRS strings may slightly vary depending on the installed
libraries. Made some tests pass again with recent Proj.4/GDAL lib
versions.
2012-09-13 16:20:11 +02:00
..
prototypes [py3] Removed longs. 2012-07-22 09:29:53 +02:00
tests Fixed #18795 -- Fixed failing GeoDjango tests 2012-09-13 16:20:11 +02:00
LICENSE Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include: 2009-03-07 23:02:48 +00:00
__init__.py Dropped support for GDAL < 1.5 2012-07-15 21:10:32 +02:00
base.py [py3] Removed longs. 2012-07-22 09:29:53 +02:00
datasource.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
driver.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
envelope.py Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. 2011-08-12 14:14:15 +00:00
error.py Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. Thanks, DaNmarner 2011-03-14 23:00:03 +00:00
feature.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
field.py Fixed an obsolete comment. 2011-10-31 18:54:24 +00:00
geometries.py [py3] Minor fix in django.contrib.gis. 2012-08-07 12:00:24 +02:00
geomtype.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
layer.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
libgdal.py Dropped support for GDAL < 1.5 2012-07-15 21:10:32 +02:00
srs.py [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00