Fix in corefield text
This commit is contained in:
parent
313e0b03df
commit
8e53d279d4
3 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ class DictField(PhangoField):
|
|||
|
||||
def get_type_sql(self):
|
||||
|
||||
return 'TEXT NOT NULL DEFAULT ""'
|
||||
return 'TEXT NOT NULL'
|
||||
|
||||
def show_formatted(self, value):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue