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

Commit

Permalink
Fix model name in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jun 25, 2016
1 parent 41a2ced commit 48c074d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ def move_thumbnail_opt_to_cms(apps, schema_editor):
upscale=obj.upscale
)
except ThumbnailOptionOld.DoesNotExist:
th = ThumbnailOptionNew(
th = ThumbnailOptionOld(
id=obj.id,
name=obj.name,
width=obj.width,
Expand Down

0 comments on commit 48c074d

Please sign in to comment.