Fixes in arrayfields and console

This commit is contained in:
Antonio de la Rosa 2016-06-24 01:25:38 +02:00
parent 99e1073fce
commit 8793f67b29
3 changed files with 30 additions and 19 deletions

View file

@ -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):