Opened 7 years ago
Closed 7 years ago
#28506 closed New feature (duplicate)
Ease hooking custom views to the Django admin
Reported by: | Brylie Christopher Oxley | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.11 |
Severity: | Normal | Keywords: | views |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Note: this feature request originates from the django-adminplus package
AdminPlus does is allow you to add simple custom views (well, they can be as complex as you like!) without mucking about with hijacking URLs, and providing links to them right in the admin index.
Is the functionality of AdminPlus possible/duplicated by Django core capabilities? What are some considerations related to supporting custom views as part of the Django admin module?
Change History (1)
comment:1 by , 7 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Summary: | Add custom views to the Django admin → Ease hooking custom views to the Django admin |
Note:
See TracTickets
for help on using tickets.
Duplicate of #18665.