#13431 closed (fixed)
small unicode literal fix
Reported by: | gutworth | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This patches causes django/forms/widgets.py to use unicode literals in one place like everywhere else.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | unicode_lit.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [13036]) Fixed #13431 -- Corrected a unicode literal in select widgets. Thanks to gutworth for the report.