Kaydet (Commit) 64ed8cdc authored tarafından Sławomir Ehlert's avatar Sławomir Ehlert Kaydeden (comit) Tim Graham

Fixed typos in docs/ref/contrib/gis/geoquerysets.txt

üst d084176c
......@@ -279,7 +279,7 @@ Example::
# A tuple lookup parameter is used to specify the geometry and
# the intersection pattern (the pattern here is for 'contains').
Zipcode.objects.filter(poly__relate(geom, 'T*T***FF*'))
Zipcode.objects.filter(poly__relate=(geom, 'T*T***FF*'))
PostGIS SQL equivalent::
......@@ -301,7 +301,7 @@ strings are case-insensitive.
Example::
Zipcode.objects.filter(poly__relate(geom, 'anyinteract'))
Zipcode.objects.filter(poly__relate=(geom, 'anyinteract'))
Oracle SQL equivalent::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment