chore(users): fix multiple leaf migrations (#21580)
This commit is contained in:
Родитель
3167d28c6e
Коммит
11233891cf
|
@ -14,7 +14,7 @@ def clear_bad_homepage(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("users", "0013_bannedusercontent_picture_backup_name_and_more"),
|
||||
("users", "0014_suppressedemail"),
|
||||
]
|
||||
|
||||
operations = [
|
Загрузка…
Ссылка в новой задаче