agendas: change dependencies of migration (#54956)

This commit is contained in:
Benjamin Dauvergne 2021-06-17 17:40:13 +02:00 committed by Frédéric Péters
parent 15e1c48ea2
commit 4fb2349983
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def reverse_migrate_recurrence_fields(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('agendas', '0091_lease'),
('agendas', '0090_default_view'),
]
operations = [