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
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 , 7 years ago
comment:2 by , 7 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
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?