Opened 15 years ago
Closed 15 years ago
#11995 closed (fixed)
Use raw_id_fields for 'user' field on contrib.comments.models.Comment
Reported by: | James Bennett | Owned by: | nobody |
---|---|---|---|
Component: | contrib.comments | Version: | 1.1 |
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
Title really says it all; it's not uncommon to have so many users on a site that rendering the normal foreign-key dropdown on a the add/edit page makes the admin unusable.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | 11995-raw-id-user-comments.diff added |
---|
comment:1 by , 15 years ago
Has patch: | set |
---|
comment:2 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [11601]) Fixed #11995 -- Modified the admin site definition for comments so that users are shown as a raw id list. Thanks to James Bennett for the report and patch.