1
0
mirror of https://github.com/django/django.git synced 2025-07-19 00:59:17 +00:00

[1.7.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txt

Backport of 56ed80ac2a7dac6dc26754f7fe95941e8a6f124e from master
This commit is contained in:
Tim Graham 2015-08-11 09:33:06 -04:00
parent 64a118c1eb
commit 16b1be70ab

View File

@ -220,6 +220,8 @@ MySQL ``MBRDisjoint(poly, geom)``
SpatiaLite ``Disjoint(poly, geom)`` SpatiaLite ``Disjoint(poly, geom)``
========== ================================================= ========== =================================================
.. fieldlookup:: equals
equals equals
------ ------
@ -634,9 +636,6 @@ Oracle ``SDO_WITHIN_DISTANCE(poly, geom, 5)``
This lookup is not available on SpatiaLite. This lookup is not available on SpatiaLite.
.. fieldlookup:: equals
``GeoQuerySet`` Methods ``GeoQuerySet`` Methods
======================= =======================