More migration dependencies check
This commit is contained in:
@@ -14,6 +14,9 @@ def fake_get_or_create(model, *args, **kwargs):
|
||||
|
||||
|
||||
class Migration(SchemaMigration):
|
||||
needed_by = (
|
||||
('documents', '0031_remove_orphan_documents'),
|
||||
)
|
||||
|
||||
def forwards(self, orm):
|
||||
# Deleting model 'WatchFolderSource'
|
||||
|
||||
Reference in New Issue
Block a user