commit | 8c1e11bb62486990ced38eaff9e8c031165ea3ab | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Nov 17 16:26:39 2014 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Mon Nov 17 16:26:39 2014 -0800 |
tree | b94d149ade1a90ee9a12ff05033c3d051f4e1ef9 | |
parent | 7e9b6086fd7bd738f3c46197baf7fb940718a61b [diff] |
fix migration dependency problem
diff --git a/planetstack/core/migrations/0005_network_ports.py b/planetstack/core/migrations/0005_network_ports.py index dc5334f..b99c840 100644 --- a/planetstack/core/migrations/0005_network_ports.py +++ b/planetstack/core/migrations/0005_network_ports.py
@@ -9,7 +9,7 @@ class Migration(migrations.Migration): dependencies = [ - ('core', '0004_auto_20140929_1610'), + ('core', '0004_auto_20141006_1719'), ] operations = [