remove legacy monkeypatch

This commit is contained in:
Maxim Kurnikov
2019-01-22 20:12:36 +03:00
parent 4f33f28ba2
commit 77aba97bdc
2 changed files with 0 additions and 75 deletions

View File

@@ -58,7 +58,6 @@ class DjangoPlugin(Plugin):
def __init__(self,
options: Options) -> None:
super().__init__(options)
monkeypatch.make_inner_classes_with_inherit_from_any_compatible_with_each_other()
self.django_settings = os.environ.get('DJANGO_SETTINGS_MODULE')
if self.django_settings: