Commit b6607260 by Matt Drayer

mattdrayer/MCKIN-2988: Added stop to backwards data migration.

parent ed6a987e
...@@ -35,7 +35,7 @@ class Migration(DataMigration): ...@@ -35,7 +35,7 @@ class Migration(DataMigration):
def backwards(self, orm): def backwards(self, orm):
"Write your backwards methods here." "Write your backwards methods here."
pass raise RuntimeError("Cannot reverse data migration at this time.")
models = { models = {
'auth.group': { 'auth.group': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment