Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 Steve Hiemstra)

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 Steve Hiemstra, 9 years ago

Description: modified (diff)

comment:2 by Steve Hiemstra, 9 years ago

Description: modified (diff)

comment:3 by Tim Graham, 9 years ago

Triage Stage: UnreviewedAccepted

comment:4 by Steve Hiemstra, 9 years ago

Has patch: set

comment:6 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 258d81a:

Fixed #24682 -- Corrected a few generic editing view links

comment:7 by Tim Graham <timograham@…>, 9 years ago

In 2329ca9:

[1.8.x] Fixed #24682 -- Corrected a few generic editing view links

Backport of 258d81acbee252693569e3d4e5f95d3dfe3b0638 from master

Note: See TracTickets for help on using tickets.
Back to Top