Opened 17 years ago

Closed 17 years ago

#5540 closed (fixed)

better repr of MulitValueDict for subclasses

Reported by: Thomas Güttler <hv@…> Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,

if you subclass MulitValueDict (e.g. QueryDict) repr should
tell the real name of the class. One line patch included.

Attachments (1)

repr__multivaluedict.diff (489 bytes ) - added by Thomas Güttler <hv@…> 17 years ago.

Download all attachments as: .zip

Change History (2)

by Thomas Güttler <hv@…>, 17 years ago

Attachment: repr__multivaluedict.diff added

comment:1 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [6383]) Fixed #5540 -- Made repr() for MultiValueDict more generic. Thanks, Thomas Guttler

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