Opened 17 years ago

Closed 16 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.

http://groups.google.com/group/django-users/browse_thread/thread/303e23e8be027874/6b4b59e0419b813a?lnk=gst&q=sebastian&rnum=11#6b4b59e0419b813a

Change History (2)

comment:1 by anonymous, 17 years ago

comment:2 by Jacob, 16 years ago

Resolution: wontfix
Status: newclosed

You can just make a custom admin/index.html template.

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