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
When using zinnia with django-jet, the blog entry model cannot be saved due to "status" field. And "sites" field(ManyToManyField) also not work well.
The blog entry model have to be saved successfully.
Before submitting an issue make sure you have:
The text was updated successfully, but these errors were encountered:
This is issue image.
Sorry, something went wrong.
Confirming issue and subscribing.
I fixed it with overriding the EntryAdmin class to disable the form attribute set to EntryAdminForm.
from zinnia.admin.entry import EntryAdmin class EntryAdminEx(EntryAdmin): form = forms.ModelForm
Fantomas42#535 Disabling form for temp fix
4eab390
No branches or pull requests
Actual behavior
When using zinnia with django-jet, the blog entry model cannot be saved due to "status" field.
And "sites" field(ManyToManyField) also not work well.
Expected behavior
The blog entry model have to be saved successfully.
Steps to reproduce the issue
Specifications
Disclaimer
Before submitting an issue make sure you have:
The text was updated successfully, but these errors were encountered: