Opened 16 years ago
Closed 16 years ago
#8917 closed (fixed)
Comments should be reverse ordered by submit_date and submit_date should be in admin list_display
Reported by: | Wilson Miner | Owned by: | nobody |
---|---|---|---|
Component: | contrib.comments | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Comments are currently ordered by submit_date (showing the earliest comments first) where they should be reverse ordered by submit_date (showing most recent comments first).
The submit_date field should also be visible in the admin list_display to indicate the ordering and to allow it to be reversed easily.
Attachments (2)
Change History (7)
by , 16 years ago
Attachment: | comments-ordering.diff added |
---|
comment:1 by , 16 years ago
Actually, that patch has undesired effects, since changing ordering affects how comments are displayed outside the admin.
comment:2 by , 16 years ago
Patch needs improvement: | set |
---|
by , 16 years ago
Reverse ordering of comments in the admin and add submit_date to admin list_display.
comment:3 by , 16 years ago
Patch needs improvement: | unset |
---|
comment:4 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
Patch to reverse ordering of comments and add submit_date to admin list_display