Skip to content

Commit

Permalink
Merge pull request #3911 from bjester/fix-task-signature-migration
Browse files Browse the repository at this point in the history
Add line that prevents Django reapplying the migration
  • Loading branch information
bjester authored Jan 18, 2023
2 parents a1ba192 + 90e41a9 commit a32a357
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

class Migration(migrations.Migration):

replaces = [('django_celery_results', '0140_delete_task'),]

def __init__(self, name, app_label):
super(Migration, self).__init__(name, 'django_celery_results')

Expand Down

0 comments on commit a32a357

Please sign in to comment.