summaryrefslogtreecommitdiffstats
path: root/main/migrations/0030_move_mirror_models.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-20 17:36:20 +0200
committerDan McGee <dan@archlinux.org>2012-04-20 18:15:03 +0200
commitc3a5f8a4e83983a352c45eeaa550cad315dddcb7 (patch)
treebfb9e4dab98d3d61d86b912c20d86edaf9476176 /main/migrations/0030_move_mirror_models.py
parentd21d8be0186413fe1fa5fd6c859786465472ee10 (diff)
downloadarchweb-c3a5f8a4e83983a352c45eeaa550cad315dddcb7.tar.gz
archweb-c3a5f8a4e83983a352c45eeaa550cad315dddcb7.tar.xz
Fix ContentType related migrations
This should fix the issues reported in FS#23228 for the most part. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'main/migrations/0030_move_mirror_models.py')
-rw-r--r--main/migrations/0030_move_mirror_models.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/migrations/0030_move_mirror_models.py b/main/migrations/0030_move_mirror_models.py
index 998ff6a..1fe0c7e 100644
--- a/main/migrations/0030_move_mirror_models.py
+++ b/main/migrations/0030_move_mirror_models.py
@@ -6,10 +6,6 @@ from django.db import models
class Migration(SchemaMigration):
- depends_on = (
- ('mirrors', '0002_rename_model_tables'),
- )
-
def forwards(self, orm):
pass