Opened 18 years ago
Closed 17 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)
by , 18 years ago
Attachment: | admin-index.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Version: | other branch → newforms branch |
comment:2 by , 17 years ago
Cc: | added |
---|
follow-up: 4 comment:3 by , 17 years ago
comment:4 by , 17 years ago
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 by , 17 years ago
Version: | newforms branch → newforms-admin |
---|
comment:6 by , 17 years ago
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.