Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use JSONField for multilingual stuff #632

Open
ddabble opened this issue Apr 2, 2023 · 0 comments
Open

Use JSONField for multilingual stuff #632

ddabble opened this issue Apr 2, 2023 · 0 comments
Labels
enhancement Issues describing small improvements/changes to existing features

Comments

@ddabble
Copy link
Member

ddabble commented Apr 2, 2023

Specifically, make MultiLingualTextField extend JSONField, instead of extending TextField and using json.dumps() and json.loads(), as the class' implementation currently does.

See the docs on JSONField.

@ddabble ddabble added the enhancement Issues describing small improvements/changes to existing features label Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues describing small improvements/changes to existing features
Projects
Status: Ideas
Development

No branches or pull requests

1 participant