summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtul Varma <varmaa@gmail.com>2018-10-21 12:14:06 -0400
committerTim Graham <timograham@gmail.com>2018-10-21 12:14:57 -0400
commit021f67be4b35e918e3bbc820afabcf461763a481 (patch)
treee374394f4269e11a01183c50d094eccbaa09beef
parent0d5d8ed32213a84189c2bf436c88806b77b6785b (diff)
[2.1.x] Removed "encoding" description in GIS tutorial.
An omission in 388165ade4219aeefac1e231c1d44c51a7b62829. Backport of 3deea61f266b8e5c7c6d70ba12e2b95050dfb557 from master
-rw-r--r--docs/ref/contrib/gis/tutorial.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt
index dc159501ef..072e8a3311 100644
--- a/docs/ref/contrib/gis/tutorial.txt
+++ b/docs/ref/contrib/gis/tutorial.txt
@@ -474,9 +474,6 @@ A few notes about what's going on:
the script will still work.
* The ``transform`` keyword is set to ``False`` because the data in the
shapefile does not need to be converted -- it's already in WGS84 (SRID=4326).
-* The ``encoding`` keyword is set to the character encoding of the string
- values in the shapefile. This ensures that string values are read and saved
- correctly from their original encoding system.
Afterwards, invoke the Django shell from the ``geodjango`` project directory: