summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/admin.txt2
-rw-r--r--docs/releases/1.9.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/admin.txt b/docs/ref/contrib/gis/admin.txt
index b91a2158f3..41cda39a88 100644
--- a/docs/ref/contrib/gis/admin.txt
+++ b/docs/ref/contrib/gis/admin.txt
@@ -42,7 +42,7 @@ GeoDjango's admin site
.. attribute:: openlayers_url
Link to the URL of the OpenLayers JavaScript. Defaults to
- ``'http://openlayers.org/api/2.13/OpenLayers.js'``.
+ ``'http://openlayers.org/api/2.13.1/OpenLayers.js'``.
.. attribute:: modifiable
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 1f8a127c4f..42f4707064 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -254,6 +254,9 @@ Minor features
* The new :class:`~django.contrib.gis.geoip2.GeoIP2` class allows using
MaxMind's GeoLite2 databases which includes support for IPv6 addresses.
+* The default OpenLayers library version included in widgets has been updated
+ from 2.13 to 2.13.1.
+
:mod:`django.contrib.postgres`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^