From bcf5fb78d784941eb04d99271f7a38f18d9f1f09 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 11 Aug 2015 09:33:06 -0400 Subject: [PATCH] [1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txt Backport of 56ed80ac2a7dac6dc26754f7fe95941e8a6f124e from master --- docs/ref/contrib/gis/geoquerysets.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index da750d779f..129f384240 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -213,6 +213,8 @@ MySQL ``MBRDisjoint(poly, geom)`` SpatiaLite ``Disjoint(poly, geom)`` ========== ================================================= +.. fieldlookup:: equals + equals ------ @@ -627,9 +629,6 @@ Oracle ``SDO_WITHIN_DISTANCE(poly, geom, 5)`` This lookup is not available on SpatiaLite. -.. fieldlookup:: equals - - ``GeoQuerySet`` Methods =======================