diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-12-06 12:46:39 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-12-06 12:47:42 +0100 |
| commit | 01e117abf054176577b549165e240e2402e2e344 (patch) | |
| tree | b0f67f215ec8fc5edaff283aabdf397f6a773c77 | |
| parent | 6a94c97729591ba929885c713964304a773969a2 (diff) | |
[1.7.x] Fixed documentation of GeoModelAdmin.openlayers_url
Backport of e3091350 from master.
| -rw-r--r-- | docs/ref/contrib/gis/admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/admin.txt b/docs/ref/contrib/gis/admin.txt index d3bc1d26a1..ec791312c5 100644 --- a/docs/ref/contrib/gis/admin.txt +++ b/docs/ref/contrib/gis/admin.txt @@ -45,7 +45,7 @@ GeoDjango's admin site .. attribute:: openlayers_url Link to the URL of the OpenLayers JavaScript. Defaults to - ``'http://openlayers.org/api/2.11/OpenLayers.js'``. + ``'http://openlayers.org/api/2.13/OpenLayers.js'``. .. attribute:: modifiable |
