mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.
This commit is contained in:
parent
b27c9c953b
commit
5ab75adb90
5 changed files with 6 additions and 17 deletions
|
@ -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
|
||||
|
@ -354,12 +351,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
|
||||
==================================== ======= ============== =========== ==========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue