fix default values
This commit is contained in:
parent
d241b90b63
commit
35bdfba77c
2 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ class Migration(SchemaMigration):
|
|||
def forwards(self, orm):
|
||||
# Adding field 'Edit.query'
|
||||
db.add_column('edit_edit', 'query',
|
||||
self.gf('ox.django.fields.DictField')(default={'static': True}),
|
||||
self.gf('ox.django.fields.DictField')(default='{"static": true}'),
|
||||
keep_default=False)
|
||||
|
||||
# Adding field 'Edit.type'
|
||||
|
|
@ -218,4 +218,4 @@ class Migration(SchemaMigration):
|
|||
}
|
||||
}
|
||||
|
||||
complete_apps = ['edit']
|
||||
complete_apps = ['edit']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue