Updated jquery

This commit is contained in:
absurdo 2024-01-07 01:11:48 +01:00
parent 56be4adbfa
commit e53840fecc
4 changed files with 13 additions and 4 deletions

View file

@ -109,7 +109,7 @@ class I18nField(PhangoField):
def get_type_sql(self):
return 'TEXT NOT NULL'
return 'JSON NOT NULL'
def obtain_lang_value(self, lang, value):