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

Track errors across all forms and provide feedback via messages to user. #118

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

derek-richard
Copy link

@derek-richard derek-richard commented Dec 12, 2023

It can be difficult for users to see what the underlying problem is when a mass edit fails. Often, its because the data is not correctly supplied to a form. In one case I had, tracking all the form messages allowed me to find an "edge case" in the model's clean() function that was preventing the mass edit completing properly.

The proposed patch does not change any of the core logic but only adds an extra tracking functionality so users can get feedback on any failures via Django's messaging framework.

@erikhubers
Copy link

It would be amazing if this change could be merged in.

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.

2 participants