1
0
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:
Claude Paroz
2014-12-06 15:11:20 +01:00
parent 8f97413fae
commit bac7664f27
4 changed files with 31 additions and 27 deletions

View File

@@ -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.