#24682 closed Bug (fixed)
generic editing views pointing to wrong method
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.
The same applies to UpdateView.
Change History (7)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:4 by , 10 years ago
Has patch: | set |
---|
comment:5 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
See PR: https://github.com/django/django/pull/4542