Opened 16 years ago
Closed 16 years ago
#4258 closed (fixed)
[newforms-admin] Models aren't grouped by application on index page
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | newforms-admin | |
Cc: | jm.bugtracking@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The newforms-admin doesn't group the models per application.
Attached patch fixes this.
Attachments (1)
Change History (7)
Changed 16 years ago by
Attachment: | admin-index.diff added |
---|
comment:1 Changed 16 years ago by
Triage Stage: | Unreviewed → Accepted |
---|---|
Version: | other branch → newforms branch |
comment:2 Changed 16 years ago by
Cc: | jm.bugtracking@… added |
---|
comment:3 follow-up: 4 Changed 16 years ago by
comment:4 Changed 16 years ago by
Replying to mtredinnick:
There's also an alternative patch in #4477. I haven't made any attempt to work out if one is slightly better than the other; both seem reasonable.
I didn't know about 'django.utils.datastructures.SortedDict', which seems to be a slightly more elegant way of doing it.
So I would suggest using the patch in #4477.
comment:5 Changed 16 years ago by
Version: | newforms branch → newforms-admin |
---|
comment:6 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
There's also an alternative patch in #4477. I haven't made any attempt to work out if one is slightly better than the other; both seem reasonable.