Fix migration type
This commit is contained in:
parent
25cb79000b
commit
643dc7f4a1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
initial = True
|
||||
|
||||
dependencies: list[str] = []
|
||||
dependencies: list[tuple[str, str]] = []
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
|
|
Reference in a new issue