Partially revert migration command monkeypatching

This commit is contained in:
Raphael Michel
2021-09-17 11:07:46 +02:00
parent 8751e6e5ba
commit af7c6d360f

View File

@@ -36,9 +36,6 @@ import sys
from django.core.management.base import OutputWrapper
from django.core.management.commands.migrate import Command as Parent
from ._migrations import monkeypatch_migrations
monkeypatch_migrations()
class OutputFilter(OutputWrapper):