mirror of
https://github.com/django/django.git
synced 2025-03-31 11:37:06 +00:00
[1.8.x] Fixed #24672 -- Clarified note about installing postgis_topology
Thanks Serhiy Zahoriya for the suggestion and Tim Graham for the review. Backport of 6e8cb75e3e from master.
This commit is contained in:
parent
2329ca969f
commit
99bf9085a3
@ -63,10 +63,13 @@ spatial functionality::
|
||||
$ createdb <db name>
|
||||
$ psql <db name>
|
||||
> CREATE EXTENSION postgis;
|
||||
> CREATE EXTENSION postgis_topology;
|
||||
|
||||
No PostGIS topology functionalities are yet available from GeoDjango, so the
|
||||
creation of the ``postgis_topology`` extension is entirely optional.
|
||||
GeoDjango does not currently leverage any `PostGIS topology functionality`__.
|
||||
If you plan to use those features at some point, you can also install the
|
||||
``postgis_topology`` extension by issuing ``CREATE EXTENSION
|
||||
postgis_topology;``.
|
||||
|
||||
__ http://postgis.net/docs/Topology.html
|
||||
|
||||
.. versionchanged:: 1.8
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user