Opened 18 years ago
Closed 18 years ago
#5540 closed (fixed)
better repr of MulitValueDict for subclasses
| Reported by: | 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)
Change History (2)
by , 18 years ago
| Attachment: | repr__multivaluedict.diff added | 
|---|
comment:1 by , 18 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
(In [6383]) Fixed #5540 -- Made repr() for MultiValueDict more generic. Thanks, Thomas Guttler