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)

11995-raw-id-user-comments.diff (587 bytes ) - added by James Bennett 15 years ago.

Download all attachments as: .zip

Change History (4)

by James Bennett, 15 years ago

comment:1 by James Bennett, 15 years ago

Has patch: set

comment:2 by Russell Keith-Magee, 15 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(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.

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