--
Ticket URL: <https://code.djangoproject.com/ticket/21784>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Old description:
> Providing a default value of u'°C' results in u'\xc2\xb0C' in the
> migration file.
New description:
Providing a default value of u'°C' (during makemigration runs) results in
u'\xc2\xb0C' in the migration file.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/21784#comment:1>
* status: new => assigned
* owner: => andrewgodwin
--
Ticket URL: <https://code.djangoproject.com/ticket/21784#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"7535e9f4a4f5317a0073a8fde0eacf17ce31bac0"]:
{{{
#!CommitTicketReference repository=""
revision="7535e9f4a4f5317a0073a8fde0eacf17ce31bac0"
Fixed #21784: Correctly decode stdin input for migration defaults
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21784#comment:3>