Skip to content

Commit

Permalink
Extended migration dependencies for Oscar
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Vetter committed Jul 30, 2013
1 parent 2569954 commit 51c2c58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion oscar_fancypages/fancypages/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ class Migration(SchemaMigration):

depends_on = (
('assets', '0001_initial'),
('catalogue', '0001_initial'),
('catalogue', '0009_auto__add_field_product_rating'),
('promotions', '0001_initial'),
('offer', '0001_initial'),
)

def forwards(self, orm):
Expand Down

0 comments on commit 51c2c58

Please sign in to comment.