Skip to content

Commit

Permalink
Merge pull request #270 from lubaskinc0de/develop
Browse files Browse the repository at this point in the history
Fix migrate zero problem on django 4.0.4
  • Loading branch information
giovannicimolin authored Oct 12, 2023
2 parents 00a457b + 0d95bf4 commit c64c906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knox/migrations/0006_auto_20160818_0932.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Migration(migrations.Migration):
]

operations = [
migrations.RunPython(cleanup_tokens),
migrations.RunPython(cleanup_tokens, reverse_code=migrations.RunPython.noop),
migrations.AlterField(
model_name='authtoken',
name='token_key',
Expand Down

0 comments on commit c64c906

Please sign in to comment.