Skip to content

Commit

Permalink
πŸ› fix update in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed May 13, 2024
1 parent cca4bd8 commit e9e627f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def migrate_slider_template(apps, schema_editor):
for model in models:
model.objects.filter(template="fds_blog/plugins/slider_articles.html").update(
template="fds_blog/plugins/featured_articles.html"
).save()
)


class Migration(migrations.Migration):
Expand Down

0 comments on commit e9e627f

Please sign in to comment.