-
Notifications
You must be signed in to change notification settings - Fork 90
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
Modified content of object erased/reverted after calling my_object.save() #60
Comments
This sounds like it might be a bug with the implementation of |
When commenting out fields_exclude the following happens:
|
Do you think you can fix this bug anytime soon? |
I am not currently using django-moderation actively, so I may not look into this soon. Sorry. I would make sure you are modifying the "unmoderated" object (the unapproved object in the moderation queue) when applying your changes rather than the "moderated" object (the approved object that does not have changes already made to it).
Example 2:
If you're making your changes through a form, you can use a |
Hi,
I am using te following code to moderate my object:
Then I modify my object and the changes appear in the moderated object admin page.
But when I do:
All changes in the moderated object admin disappear/revert back.
Am I doing something wrong or this a bug? And how can I fix it?
Thanks.
The text was updated successfully, but these errors were encountered: