Opened 10 years ago
Last modified 10 years ago
#24682 closed Bug
generic editing views pointing to wrong method — at Version 1
Reported by: | Steve Hiemstra | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description (last modified by )
The form_valid method of CreateView is pointing here. This is FormMixin, however I believe it should be point here, the ModelFormMixin implementation of form_valid.
Note:
See TracTickets
for help on using tickets.