Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20585 closed Cleanup/optimization (fixed)

request argument omitted from post method on DeleteView

Reported by: hromby Owned by: Baptiste Darthenay
Component: Generic views Version: 1.5
Severity: Normal Keywords:
Cc: Baptiste Darthenay Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The request argument has been omitted from the post method on the generic DeleteView. Maybe it should be included to have the same arguments for all the handler functions.

Change History (5)

comment:1 by henrik.mikkelsen@…, 11 years ago

Owner: changed from nobody to anonymous
Status: newassigned

comment:2 by anonymous, 11 years ago

Owner: anonymous removed
Status: assignednew

comment:3 by Baptiste Darthenay, 11 years ago

Cc: Baptiste Darthenay added
Owner: set to Baptiste Darthenay
Status: newassigned

comment:4 by Baptiste Darthenay <baptiste+github@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In 52f99b78bcc36c4dfdd2870ee139cd5461fb9e91:

Fixed #20585: normalize signature of DeletionMixin.post.

comment:5 by Marc Tamlyn <marc.tamlyn@…>, 11 years ago

In 51739c624185b4b45877f521ed5015f2fe01b6e8:

Merge pull request #1258 from batisteo/ticket-20585

Fixed #20585: normalize signature of DeletionMixin.post.

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