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

Add missing dependency to migration 0021_public_favicon

parent 7c05bfa5
No related branches found
No related tags found
1 merge request!747Resolve "Caching issues"
......@@ -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