Migrate actstream before deleting stale document types. (Issue #153)

This commit is contained in:
Mathias Behrle
2015-01-30 04:14:06 +01:00
parent e65f2deb2b
commit 3076c0d8a5

View File

@@ -5,6 +5,9 @@ from django.db import models
class Migration(DataMigration):
depends_on = (
('actstream', '0007_auto__add_field_follow_started'),
)
def forwards(self, orm):
"Write your forwards methods here."