1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Dropped support for GDAL 1.7 and 1.8

This commit is contained in:
Claude Paroz
2016-11-12 17:06:05 +01:00
parent faf8a253d3
commit 8c7778884b
5 changed files with 6 additions and 12 deletions

View File

@@ -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``.