Opened 13 years ago

Closed 13 years ago

#16081 closed Uncategorized (duplicate)

export_selected_objects example doesn't work when selecting all

Reported by: dmbst32@… Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In Actions that provide intermediate pages the export_selected_objects example is not correct. In a case where the "select all x objects" is marked, we expect the queryset to be all objects that match the user's filter. But request.POST.getlist(admin.ACTION_CHECKBOX_NAME) gives us only the objects checked off, not all objects.

Change History (1)

comment:1 by anonymous, 13 years ago

Resolution: duplicate
Status: newclosed

This is #15742.

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