Skip to content

Commit

Permalink
Update migrations after rebase against scoped branch
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Dec 23, 2016
1 parent f0a79cf commit bcc3218
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Expand Up @@ -10,7 +10,7 @@ class Migration(migrations.Migration):

dependencies = [
('pinax_images', '0001_initial'),
('blog', '0007_scoped'),
('blog', '0010_auto_20161223_1014'),
]

operations = [
Expand Down
Expand Up @@ -18,7 +18,7 @@ def image_sets(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('blog', '0008_post_image_set'),
('blog', '0011_post_image_set'),
]

operations = [
Expand Down
Expand Up @@ -9,7 +9,7 @@
class Migration(migrations.Migration):

dependencies = [
('blog', '0009_set_default_imagesets'),
('blog', '0012_set_default_imagesets'),
]

operations = [
Expand Down
Expand Up @@ -26,7 +26,7 @@ def migrate_images(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('blog', '0010_imageset_not_null'),
('blog', '0013_imageset_not_null'),
]

operations = [
Expand Down
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('blog', '0011_migrate_to_pinax_images'),
('blog', '0014_migrate_to_pinax_images'),
]

operations = [
Expand Down
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('blog', '0012_drop_primary_image'),
('blog', '0015_drop_primary_image'),
]

operations = [
Expand Down

0 comments on commit bcc3218

Please sign in to comment.