#18618: while saving checkbox values into one field, the list_display with such
a
field failed
------------------------------+--------------------------------------------
Reporter: ctao | Owner: nobody
Type: New feature | Status: new
Component: | Version: 1.4
contrib.admin | Keywords: display_for_field list_display
Severity: Normal | Has patch: 1
Triage Stage: Unreviewed | UI/UX: 0
Easy pickings: 0 |
------------------------------+--------------------------------------------
a model field is going to be rendered into checkbox, such as[[BR]]
{{{
choice = ((3,3), (4,4), (5, 5),)
[x] 3
[ ] 4
[x] 5
}}}
And save it's values 3,5 into one field. The list_display with such a
field failed.[[BR]]
Of course I can maintain my patch to Django, but I found it's troublesome
while upgrade Django for the server is managed by other group.
--
Ticket URL: <https://code.djangoproject.com/ticket/18618>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.