--
Ticket URL: <https://code.djangoproject.com/ticket/28882>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Hrishikesh Barman):
Can you provide a code sample to try this?
--
Ticket URL: <https://code.djangoproject.com/ticket/28882#comment:1>
Comment (by avalanchy):
There is a pull request with unit test.
--
Ticket URL: <https://code.djangoproject.com/ticket/28882#comment:2>
* needs_better_patch: 0 => 1
* stage: Unreviewed => Accepted
* type: Uncategorized => Bug
--
Ticket URL: <https://code.djangoproject.com/ticket/28882#comment:3>
Old description:
> I found this on admin panel while trying to save an entry with datetime
> that was already set and the field was disabled. There is no way to save
> such entry at all because Django is always displaying an error "Enter
> list of values." above that field.
New description:
I found this on admin panel while trying to save an entry with
SplitDateTimeField that was already set and the field was disabled. There
is no way to save such entry at all because Django is always displaying an
error "Enter list of values." above that field.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/28882#comment:4>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"ec2ce4517ac89f6c6334fe5322d1fc2007dfcbd4" ec2ce45]:
{{{
#!CommitTicketReference repository=""
revision="ec2ce4517ac89f6c6334fe5322d1fc2007dfcbd4"
Fixed #28882 -- Fixed cleaning of disabled MultiValueFields.
Thanks avalanchy for the initial patch.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28882#comment:5>