-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Delete object from model #184
Comments
I figure out the problem and solve the issue, would you please let me know if you agree with what I did: I have been changed the transition field attribute from PROTECT -> CASCADE . Is this modification is is correct and will not make side effect to the rest of django-river library. |
Sorry for not documenting this bit but that shouldn't result in anything bad on the |
@javrasya , sorry for this dummy question but, |
@DanielAron Currently this feature are not available in django-river. what I'm doing is adjust the source code and delete the object from my localhost. |
I succeseed to deploy django-river in my project, but I have minor issue which I can not delete any created one which get approval thru the workflow. I'm always getting this message when ever try to delete object from the admin page.
Deleting the object xxxx would require deleting the following protected related objects:
Transition Approval: TransitionApproval object (1)
I believe the issue within TransitionApproval table which I believe it's PROTECTED and can not be cascaded to be deleted.
The text was updated successfully, but these errors were encountered: