Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

unicode_lit.patch (500 bytes ) - added by gutworth 14 years ago.

Download all attachments as: .zip

Change History (3)

by gutworth, 14 years ago

Attachment: unicode_lit.patch added

comment:1 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13036]) Fixed #13431 -- Corrected a unicode literal in select widgets. Thanks to gutworth for the report.

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

(In [13056]) [1.1.X] Fixed #13431 -- Corrected a unicode literal in select widgets. Thanks to gutworth for the report.

Backport of r13036 from trunk.

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