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

Review form submit views #483

Closed
helrond opened this issue Jul 13, 2021 · 0 comments
Closed

Review form submit views #483

helrond opened this issue Jul 13, 2021 · 0 comments
Assignees

Comments

@helrond
Copy link
Member

helrond commented Jul 13, 2021

Is your feature request related to a problem? Please describe.

Many of the form submit views override post rather than more atomic methods. This results in a lot of extra lines of code and overriding of things that Django does better.

Describe the solution you'd like

Review form submission views to make better use of FormMixins (which are available on CreateView, UpdateView and DeleteView.

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

No branches or pull requests

1 participant