mirror of
https://github.com/django/django.git
synced 2025-12-18 06:41:50 +00:00
Moved check_aggregate_support to BaseSpatialOperations
This commit is contained in:
parent
9801d419b9
commit
67bcae1e58
7 changed files with 11 additions and 21 deletions
|
|
@ -52,7 +52,7 @@ class SDORelate(SpatialOperator):
|
|||
return super(SDORelate, self).as_sql(connection, lookup, template_params, sql_params)
|
||||
|
||||
|
||||
class OracleOperations(DatabaseOperations, BaseSpatialOperations):
|
||||
class OracleOperations(BaseSpatialOperations, DatabaseOperations):
|
||||
|
||||
name = 'oracle'
|
||||
oracle = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue