Opened 17 years ago
Closed 17 years ago
#4918 closed (wontfix)
Ability to group models in the admin panel other than by app
Reported by: | Sebastian Macias | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | 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
Being able to group models in the admin panel is great but when working in large apps with tens or even hundreds of models this doesn't help much. It would be excellent if there was a way to create sub groups inside the app group or even better if we could completely customize the groups labels and the models included in those and even being able to add models from different apps to any of these custom groups. All without having to hack or manually modify admin/index.html.
Here is a discussion about it I started on the google group.
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
You can just make a custom
admin/index.html
template.