--
Ticket URL: <https://code.djangoproject.com/ticket/20510>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: bmispelon@… (added)
Comment:
Looks like this was intended behavior, introduced by
066bf42675040abd7b1a42e5559890e5f9881058.
--
Ticket URL: <https://code.djangoproject.com/ticket/20510#comment:1>
* has_patch: 0 => 1
Comment:
Just attached one way to solve this (failing loudly).
--
Ticket URL: <https://code.djangoproject.com/ticket/20510#comment:2>
Comment (by akaariai):
I just don't see what is gained by not doing the conversion in field's
init. Django allows mixing unicode and str in a lot of places, so why
removing that ability from this place only is a good idea? I can see what
is gained by consistent use of unicode strings everywhere in Django, but
that isn't gained by the original commit.
Still, I don't feel too strongly about this, so if nobody else complains
about this then I don't see a need to act on this ticket.
--
Ticket URL: <https://code.djangoproject.com/ticket/20510#comment:3>
* status: new => closed
* resolution: => invalid
Comment:
Nobody seems to be complaining, so closing this.
--
Ticket URL: <https://code.djangoproject.com/ticket/20510#comment:4>