fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Increasing length of the BookMedia.name field
[wolnelektury.git]
/
apps
/
funding
/
migrations
/
0012_auto__add_field_offer_poll.py
diff --git
a/apps/funding/migrations/0012_auto__add_field_offer_poll.py
b/apps/funding/migrations/0012_auto__add_field_offer_poll.py
index
f824e8a
..
84e0601
100644
(file)
--- a/
apps/funding/migrations/0012_auto__add_field_offer_poll.py
+++ b/
apps/funding/migrations/0012_auto__add_field_offer_poll.py
@@
-6,6
+6,9
@@
from django.db import models
class Migration(SchemaMigration):
+ depends_on = (
+ ("polls", "0001_initial"),
+ )
def forwards(self, orm):
# Adding field 'Offer.poll'
@@
-97,4
+100,4
@@
class Migration(SchemaMigration):
}
}
- complete_apps = ['funding']
\ No newline at end of file
+ complete_apps = ['funding']