Closed
Bug 590976
Opened 15 years ago
Closed 15 years ago
Implement and use TypedMultipleChoiceField
Categories
(support.mozilla.org :: Code Quality, task, P4)
support.mozilla.org
Code Quality
Tracking
(Not tracked)
VERIFIED
FIXED
2.4.1
People
(Reporter: paulc, Assigned: paulc)
Details
(Whiteboard: [qa-])
Django ticket 12398 [1] adds a TypedMultipleChoiceField.
However, since that's been waiting along for a while, and we're using this in more than one place already, let's just implement a version of it that works for our needs, and use it. This should clean up some code.
We may be able to just copy this entirely:
http://code.djangoproject.com/attachment/ticket/12398/12398-TypedMultipleChoiceField-r11901.diff
[1] http://code.djangoproject.com/ticket/12398
Updated•15 years ago
|
Target Milestone: 2.4 → Future
| Assignee | ||
Comment 2•15 years ago
|
||
Already did this as part of bug 611071, though it's a separate commit so I could update the comment to reflect it.
Target Milestone: Future → 2.4.1
| Assignee | ||
Comment 3•15 years ago
|
||
This was actually the most work out of these 3 bugs :)
(bug 611071 and bug 621790)
But the search form's clean method is much, uh, cleaner now.
https://github.com/jsocol/kitsune/commit/a568cd975a9aab666f932174a2e438e8fb4b0c8a
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•15 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•