mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed several typos in Django
This commit is contained in:
@@ -233,7 +233,7 @@ class OracleOperations(DatabaseOperations, BaseSpatialOperations):
|
||||
"Returns the SQL WHERE clause for use in Oracle spatial SQL construction."
|
||||
geo_col, db_type = lvalue
|
||||
|
||||
# See if a Oracle Geometry function matches the lookup type next
|
||||
# See if an Oracle Geometry function matches the lookup type next
|
||||
lookup_info = self.geometry_functions.get(lookup_type, False)
|
||||
if lookup_info:
|
||||
# Lookup types that are tuples take tuple arguments, e.g., 'relate' and
|
||||
|
||||
Reference in New Issue
Block a user