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:
Ramiro Morales 2011-04-05 11:29:16 +00:00
parent 30b3d51599
commit de5f07513b
1 changed files with 0 additions and 3 deletions

View File

@ -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,