From 5c61b8519d8ce02e4308201f3e81fdc99ad80b58 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 7 Dec 2013 19:28:01 +0100 Subject: Fixed #18531 -- Deprecated Geo Sitemaps I've chosen a quick deprecation path, as Geo Sitemaps themselves are deprecated from some time now. --- docs/internals/deprecation.txt | 4 ++++ docs/releases/1.7.txt | 6 ++++++ 2 files changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 4c44c70501..2e53901536 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -147,6 +147,10 @@ these changes. * The session key ``django_language`` will no longer be read for backwards compatibility. +* Geographic Sitemaps will be removed + (``django.contrib.gis.sitemaps.views.index`` and + ``django.contrib.gis.sitemaps.views.sitemap``). + 1.9 --- diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 0d37a8d99a..5014358ae9 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -854,3 +854,9 @@ The function ``memoize`` is deprecated and should be replaced by the Django ships a backport of this decorator for older Python versions and it's available at ``django.utils.lru_cache.lru_cache``. The deprecated function will be removed in Django 1.9. + +Geo Sitemaps +~~~~~~~~~~~~ + +Google has retired support for the Geo Sitemaps format. Hence Django support +for Geo Sitemaps is deprecated and will be removed in Django 1.8. -- cgit v1.3