fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b3b64f
)
Migration dependency fix.
author
Radek Czajka
<rczajka@rczajka.pl>
Wed, 25 Mar 2020 08:59:02 +0000
(09:59 +0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Wed, 25 Mar 2020 08:59:02 +0000
(09:59 +0100)
src/catalogue/migrations/0006_author_book.py
patch
|
blob
|
history
diff --git
a/src/catalogue/migrations/0006_author_book.py
b/src/catalogue/migrations/0006_author_book.py
index
7cea032
..
f7e32dc
100644
(file)
--- 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 = [