Add source -> documents migration dependency check

This commit is contained in:
Roberto Rosario
2015-01-15 02:54:19 -04:00
parent 99316b3dea
commit 769d536985

View File

@@ -13,6 +13,9 @@ def fake_get_or_create(model, *args, **kwargs):
class Migration(DataMigration):
needed_by = (
('documents', '0024_auto__add_field_documenttype_ocr'),
)
def forwards(self, orm):
"Write your forwards methods here."