Skip to content

Commit 95b503f

Browse files
nmitchkonmitchko
authored andcommitted
REBASE
1 parent 6b23227 commit 95b503f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

django_iris/base.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,3 @@ def is_usable(self):
182182
return False
183183
else:
184184
return True
185-
186-
def schema_editor(self, *args, **kwargs):
187-
"""
188-
Return a new instance of this backend's SchemaEditor.
189-
"""
190-
if self.SchemaEditorClass is None:
191-
raise NotImplementedError(
192-
"The SchemaEditorClass attribute of this database wrapper is still None"
193-
)
194-
return DatabaseSchemaEditor(self, *args, **kwargs)

0 commit comments

Comments
 (0)