mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Ran 'CREATE EXTENSION postgis' during prepare_database hook
DatabaseWrapper.prepare_database has been introduced in 307de67073.
This commit is contained in:
@@ -135,6 +135,10 @@ Minor features
|
||||
* The Spatialite backend now supports ``Collect`` and ``Extent`` aggregates
|
||||
when the database version is 3.0 or later.
|
||||
|
||||
* The PostGIS 2 ``CREATE EXTENSION postgis`` and the Spatialite
|
||||
``SELECT InitSpatialMetaData`` initialization commands are now automatically
|
||||
run by :djadmin:`migrate`.
|
||||
|
||||
* Compatibility shims for ``SpatialRefSys`` and ``GeometryColumns`` changed in
|
||||
Django 1.2 have been removed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user