1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Removed Python 2.6 references in GIS docs

Refs #20746.
This commit is contained in:
Claude Paroz
2013-07-13 23:08:45 +02:00
parent 64099e30e8
commit 1b142ef5dd
3 changed files with 6 additions and 55 deletions

View File

@@ -80,7 +80,7 @@ each feature in that layer.
>>> from django.contrib.gis.gdal import DataSource
>>> ds = DataSource(CITIES_PATH)
>>> ds.name # The exact filename may be different on your computer
'/usr/local/lib/python2.6/site-packages/django/contrib/gis/tests/data/cities/cities.shp'
'/usr/local/lib/python2.7/site-packages/django/contrib/gis/tests/data/cities/cities.shp'
>>> ds.layer_count # This file only contains one layer
1