We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, if I add description_i18n instead of description to the fieldlist in ModelForm.Meta.fields, I get this error:
description_i18n
description
ModelForm.Meta.fields
django.core.exceptions.FieldError: 'description_i18n' cannot be specified for Project model form as it is a non-editable field
It should be possible to add the translated field to a ModelForm.
ModelForm
The text was updated successfully, but these errors were encountered:
fixed in 92bcbc0
Sorry, something went wrong.
No branches or pull requests
Currently, if I add
description_i18n
instead ofdescription
to the fieldlist inModelForm.Meta.fields
, I get this error:It should be possible to add the translated field to a
ModelForm
.The text was updated successfully, but these errors were encountered: