summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorFlavio Curella <flavio.curella@gmail.com>2015-07-30 12:24:08 -0500
committerTim Graham <timograham@gmail.com>2015-07-31 10:09:06 -0400
commit1e2362ca0f2805e91204a7b005e5aed293b40c9e (patch)
tree9e772d65e7d63f3d222f900860a81fab46376fdf /docs/internals
parent7f0953ce1f1e263a2a74db52d70cdf278840a1d2 (diff)
Refs #25184 -- Started deprecation for contrib.gis.geoip.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 4a14acd734..cc1495efee 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -45,6 +45,8 @@ details on these changes.
* The ``GeoManager`` and ``GeoQuerySet`` classes will be removed.
+* The ``django.contrib.gis.geoip`` module will be removed.
+
* The ``supports_recursion`` check for template loaders will be removed from:
* ``django.template.engine.Engine.find_template()``