Fixed #18531 -- Deprecated Geo Sitemaps

I've chosen a quick deprecation path, as Geo Sitemaps themselves
are deprecated from some time now.
This commit is contained in:
Claude Paroz 2013-12-07 19:28:01 +01:00
parent a7cf48a2b7
commit 5c61b8519d
4 changed files with 20 additions and 1 deletions

View file

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