Skip to content
Snippets Groups Projects
Verified Commit cb6eb7b8 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add missing dependency to migration 0021_public_favicon

(cherry picked from commit a5f1408b)
parent 674eca52
No related branches found
No related tags found
1 merge request!755Prepare release 2.0
......@@ -9,6 +9,7 @@ class Migration(migrations.Migration):
dependencies = [
('core', '0020_pdf_file_person_optional'),
('favicon', '0004_faviconimg_favicon_size_rel_unique'),
]
def _migrate_favicons(apps, schema_editor):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment