mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Ran 'CREATE EXTENSION postgis' during prepare_database hook
DatabaseWrapper.prepare_database has been introduced in 307de67073
.
This commit is contained in:
parent
8f97413fae
commit
bac7664f27
4 changed files with 31 additions and 27 deletions
|
@ -68,6 +68,12 @@ spatial functionality::
|
|||
No PostGIS topology functionalities are yet available from GeoDjango, so the
|
||||
creation of the ``postgis_topology`` extension is entirely optional.
|
||||
|
||||
.. versionchanged:: 1.8
|
||||
|
||||
The ``CREATE EXTENSION postgis`` command is now automatically run during
|
||||
the :djadmin:`migrate` process. You can still create it manually if you
|
||||
wish.
|
||||
|
||||
.. _spatialdb_template_earlier:
|
||||
|
||||
Creating a spatial database template for earlier versions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue