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

Change type of "language" field #54

Merged
merged 2 commits into from
Mar 28, 2024
Merged

Change type of "language" field #54

merged 2 commits into from
Mar 28, 2024

Conversation

koeaw
Copy link
Collaborator

@koeaw koeaw commented Mar 28, 2024

Convert language field from CharField, which limits choices to one, to MultiSelectField, which allows any no. of choices to be set.

koeaw added 2 commits March 28, 2024 16:31
Adapt max_length attribute of language
field in preparation for conversion to
MultiSelectField.
Convert "language" field from CharField
to MultiSelectField to allow multiple
languages to be set.
@koeaw koeaw merged commit e731476 into deploy Mar 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant