浏览代码

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
Ramiro Morales 14 年之前
父节点
当前提交
de5f07513b
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      django/contrib/gis/db/backends/oracle/operations.py

+ 0 - 3
django/contrib/gis/db/backends/oracle/operations.py

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