Use JSONField
for multilingual stuff
#632
Labels
enhancement
Issues describing small improvements/changes to existing features
JSONField
for multilingual stuff
#632
Specifically, make
MultiLingualTextField
extendJSONField
, instead of extendingTextField
and usingjson.dumps()
andjson.loads()
, as the class' implementation currently does.See the docs on
JSONField
.The text was updated successfully, but these errors were encountered: