From 7c63490d050ee070e2dd5d4a971553371f2c334b Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 25 Mar 2020 09:59:02 +0100 Subject: [PATCH] Migration dependency fix. --- src/catalogue/migrations/0006_author_book.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/catalogue/migrations/0006_author_book.py b/src/catalogue/migrations/0006_author_book.py index 7cea032d..f7e32dcb 100644 --- a/src/catalogue/migrations/0006_author_book.py +++ b/src/catalogue/migrations/0006_author_book.py @@ -10,6 +10,7 @@ class Migration(migrations.Migration): dependencies = [ ('catalogue', '0005_auto_20200322_2114'), + ('documents', '0002_auto_20200322_2131'), ] operations = [ -- 2.20.1