Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Sep 9, 2024
1 parent 11abfe1 commit 78949a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion djangocms_blog/migrations/0044_copy_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def move_plugins_to_blog_content(apps, schema_editor):
move_plugins(post.media, content, content_type)
move_plugins(post.content, content, content_type)
move_plugins(post.liveblog, content, content_type)
post.delete_translation(translation.language_code)
else:
print(f"Post content {translation.title} ({translation.language_code}) already exists, skipping...")

Expand Down

0 comments on commit 78949a0

Please sign in to comment.