Tweaked r16016: Removed a now superflous __init__ method in the Oracle GIS backend DatabaseOperations class.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
30b3d51599
commit
de5f07513b
|
@ -132,9 +132,6 @@ class OracleOperations(DatabaseOperations, BaseSpatialOperations):
|
|||
|
||||
truncate_params = {'relate' : None}
|
||||
|
||||
def __init__(self, connection):
|
||||
super(OracleOperations, self).__init__(connection)
|
||||
|
||||
def convert_extent(self, clob):
|
||||
if clob:
|
||||
# Generally, Oracle returns a polygon for the extent -- however,
|
||||
|
|
Loading…
Reference in New Issue