diff options
| author | Christian Bundy <christianbundy@fraction.io> | 2016-09-28 11:24:49 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-28 14:25:07 -0400 |
| commit | 818d7ba421ea74975cb38c952a3108232e0d3527 (patch) | |
| tree | 11e7c05d208804a2711582d58b4b16a7e0c636df /docs/ref | |
| parent | 131098b9c7c179a29284fa8a24df209da4068c99 (diff) | |
[1.10.x] Fixed typo in docs/ref/contrib/gis/install/postgis.txt.
Backport of 9c522d2ed8e752932bfff62d6e2940e56dee700b from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/install/postgis.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/postgis.txt b/docs/ref/contrib/gis/install/postgis.txt index 8416f790c8..7b2d6e55ec 100644 --- a/docs/ref/contrib/gis/install/postgis.txt +++ b/docs/ref/contrib/gis/install/postgis.txt @@ -67,7 +67,7 @@ The database user must be a superuser in order to run ``CREATE EXTENSION postgis;``. The command is run during the :djadmin:`migrate` process. An alternative is to use a migration operation in your project:: - from django.contrib.postgresql.operations import CreateExtension + from django.contrib.postgres.operations import CreateExtension from django.db import migrations class Migration(migrations.Migration): |
