diff options
Diffstat (limited to 'docs/ref/contrib/gis/db-api.txt')
| -rw-r--r-- | docs/ref/contrib/gis/db-api.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index d5ddb2564c..7497e60377 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -17,9 +17,6 @@ GeoDjango currently provides the following spatial database backends: * ``django.contrib.gis.db.backends.oracle`` * ``django.contrib.gis.db.backends.spatialite`` -.. module:: django.contrib.gis.db.models - :synopsis: GeoDjango's database API. - .. _mysql-spatial-limitations: MySQL Spatial Limitations @@ -360,12 +357,11 @@ Lookup Type PostGIS Oracle MySQL [#]_ SpatiaLite Database functions ------------------ -.. module:: django.contrib.gis.db.models.functions - :synopsis: GeoDjango's database functions. - The following table provides a summary of what geography-specific database functions are available on each spatial backend. +.. currentmodule:: django.contrib.gis.db.models.functions + ==================================== ======= ============== =========== ========== Function PostGIS Oracle MySQL SpatiaLite ==================================== ======= ============== =========== ========== |
