Opened 12 years ago

Closed 12 years ago

#18771 closed Bug (fixed)

One closing bracket to much here

Reported by: googol Owned by: nobody
Component: Documentation Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

https://docs.djangoproject.com/en/1.4/ref/forms/widgets/

CHOICES = (('1', 'First',), ('2', 'Second',)))

Change History (2)

comment:1 by Claude Paroz, 12 years ago

Easy pickings: set
Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham, 12 years ago

Resolution: fixed
Status: newclosed

This was fixed on master, I backported the fix to 1.4.x.

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