summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-12-07 19:28:01 +0100
committerClaude Paroz <claude@2xlibre.net>2013-12-07 21:46:03 +0100
commit5c61b8519d8ce02e4308201f3e81fdc99ad80b58 (patch)
tree82de0403343dc52e1acaab961bc09296e8475d11 /docs/internals
parenta7cf48a2b7878bf98879f2963ab9a7d0e6493d9a (diff)
Fixed #18531 -- Deprecated Geo Sitemaps
I've chosen a quick deprecation path, as Geo Sitemaps themselves are deprecated from some time now.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 4 insertions, 0 deletions
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
---