mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Dropped support for GDAL 1.7 and 1.8
This commit is contained in:
		| @@ -10,7 +10,7 @@ Program                   Description                           Required | ||||
| ========================  ====================================  ================================  =================================== | ||||
| :doc:`GEOS <../geos>`     Geometry Engine Open Source           Yes                               3.4, 3.3 | ||||
| `PROJ.4`_                 Cartographic Projections library      Yes (PostgreSQL and SQLite only)  4.9, 4.8, 4.7, 4.6, 4.5, 4.4 | ||||
| :doc:`GDAL <../gdal>`     Geospatial Data Abstraction Library   Yes                               2.1, 2.0, 1.11, 1.10, 1.9, 1.8, 1.7 | ||||
| :doc:`GDAL <../gdal>`     Geospatial Data Abstraction Library   Yes                               2.1, 2.0, 1.11, 1.10, 1.9 | ||||
| :doc:`GeoIP <../geoip>`   IP-based geolocation library          No                                1.4 | ||||
| `PostGIS`__               Spatial extensions for PostgreSQL     Yes (PostgreSQL only)             2.3, 2.2, 2.1 | ||||
| `SpatiaLite`__            Spatial extensions for SQLite         Yes (SQLite only)                 4.3, 4.2, 4.1, 4.0 | ||||
| @@ -28,8 +28,6 @@ totally fine with GeoDjango. Your mileage may vary. | ||||
|     Libs release dates: | ||||
|     GEOS 3.3.0 2011-05-30 | ||||
|     GEOS 3.4.0 2013-08-11 | ||||
|     GDAL 1.7.1 2010-02-08 | ||||
|     GDAL 1.8.0 2011-01-13 | ||||
|     GDAL 1.9.0 2012-01-03 | ||||
|     GDAL 1.10.0 2013-04-29 | ||||
|     GDAL 1.11.0 2014-04-25 | ||||
|   | ||||
| @@ -521,6 +521,8 @@ Miscellaneous | ||||
|  | ||||
| * Support for SpatiaLite < 4.0 is dropped. | ||||
|  | ||||
| * Support for GDAL 1.7 and 1.8 is dropped. | ||||
|  | ||||
| * CSRF failures are logged to the ``django.security.csrf`` logger instead of | ||||
|   ``django.request``. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user