Преглед на файлове

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,