Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
adds migration dependency to django-cms
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfoulis committed Jun 4, 2014
1 parent de9cc34 commit d6b9873
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmsplugin_filer_file/migrations/0001_initial.py
Expand Up @@ -7,6 +7,7 @@ class Migration:

depends_on = (
("filer", "0008_polymorphic__del_field_file__file_type_plugin_name"),
("cms", "0039_auto__del_field_page_moderator_state"),
)

def forwards(self, orm):
Expand Down
1 change: 1 addition & 0 deletions cmsplugin_filer_folder/migrations/0001_initial.py
Expand Up @@ -8,6 +8,7 @@ class Migration(SchemaMigration):

depends_on = (
("filer", "0008_polymorphic__del_field_file__file_type_plugin_name"),
("cms", "0039_auto__del_field_page_moderator_state"),
)

def forwards(self, orm):
Expand Down
1 change: 1 addition & 0 deletions cmsplugin_filer_image/migrations/0001_initial.py
Expand Up @@ -7,6 +7,7 @@ class Migration:

depends_on = (
("filer", "0008_polymorphic__del_field_file__file_type_plugin_name"),
("cms", "0039_auto__del_field_page_moderator_state"),
)

def forwards(self, orm):
Expand Down
1 change: 1 addition & 0 deletions cmsplugin_filer_teaser/migrations/0001_initial.py
Expand Up @@ -7,6 +7,7 @@ class Migration:

depends_on = (
("filer", "0008_polymorphic__del_field_file__file_type_plugin_name"),
("cms", "0039_auto__del_field_page_moderator_state"),
)

def forwards(self, orm):
Expand Down
1 change: 1 addition & 0 deletions cmsplugin_filer_video/migrations/0001_initial.py
Expand Up @@ -8,6 +8,7 @@ class Migration(SchemaMigration):

depends_on = (
("filer", "0008_polymorphic__del_field_file__file_type_plugin_name"),
("cms", "0039_auto__del_field_page_moderator_state"),
)

def forwards(self, orm):
Expand Down

0 comments on commit d6b9873

Please sign in to comment.