Opened 7 years ago

Closed 7 years ago

#28450 closed Bug (needsinfo)

Documentation on admin actions with intermediate pages is incomplete

Reported by: Jack Twilley Owned by: nobody
Component: Documentation Version: 1.11
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

https://docs.djangoproject.com/en/1.11/ref/contrib/admin/actions/#actions-that-provide-intermediate-pages

The creation of an admin action with an intermediate page is sufficiently complex to merit a complete example, including a view. The existing documentation places most of the complexity in the view, but then leaves the writing of that view "as an exercise to the reader". I humbly submit that this exercise would be most appropriately performed by someone intimately familiar with this process, so as to provide a best practices example rather than something as incomplete as currently exists.

Change History (2)

comment:1 by Tim Graham, 7 years ago

I'm not sure if there are any best practices to document. As far as I can tell, this would just be a standard Django view with whatever business logic you want. Do you have any specific concerns in mind or are you able to propose a patch?

comment:2 by Tim Graham, 7 years ago

Resolution: needsinfo
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top