Fixes in arrayfields and console
This commit is contained in:
parent
99e1073fce
commit
8793f67b29
3 changed files with 30 additions and 19 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