X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1b3b64f7afe8ee6944f1f2d82ee5dabf3d8bb48b..c4426f18fdb50c224e8a5211a1766dcf261eaff8:/src/catalogue/migrations/0006_author_book.py 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 = [