Opened 15 years ago

Last modified 14 years ago

#12044 new New feature

Add extra_context to admin action delete_selected

Reported by: rjc Owned by: nobody
Component: contrib.admin Version: 1.1
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: yes Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

We need to pass extra context in admin action delete_selected, just like admin view's delete_view.

According to the ticket's flags, the next step(s) to move this issue forward are:

  • To add tests to the patch, then uncheck the "Needs tests" flag on the ticket.
  • If creating a new pull request, include a link to the pull request in the ticket comment when making that update. The usual format is: [https://github.com/django/django/pull/#### PR].

Change History (9)

by rjc, 15 years ago

Attachment: t12044_r11366.patch added

comment:1 by Russell Keith-Magee, 15 years ago

Has patch: set
milestone: 1.2
Triage Stage: UnreviewedAccepted

comment:2 by James Bennett, 15 years ago

milestone: 1.2

1.2 is feature-frozen, moving this feature request off the milestone.

comment:3 by Julien Phalip, 14 years ago

Needs tests: set
Severity: Normal
Type: Uncategorized

comment:4 by Julien Phalip, 14 years ago

Type: UncategorizedNew feature

comment:5 by Aymeric Augustin, 13 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:6 by Aymeric Augustin, 13 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

by anonymous, 12 years ago

Attachment: 0003-Ticket-15569.patch added

Patched against 1.4.2

by anonymous, 12 years ago

Attachment: 0001-Ticket-12044.patch added

Patched against 1.4.2

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