1
0
mirror of https://github.com/django/django.git synced 2025-04-05 05:56:42 +00:00

Fixed typo in spatialite.txt

Thanks Tim Graham for spotting the error.
This commit is contained in:
Claude Paroz 2014-12-08 22:31:07 +01:00
parent bac7664f27
commit c0b65150ff

View File

@ -217,5 +217,5 @@ also ensure that the spatial metadata are initialized in the database.
.. versionchanged:: 1.8
Prior to Django 1.8, you had to intialize spatial metadata tables yourself
Prior to Django 1.8, you had to initialize spatial metadata tables yourself
by manually running the "SELECT InitSpatialMetaData();" query.