Opened 11 years ago
Last modified 11 years ago
#21784 closed Bug
Default values for migrations are not written properly into the migration file. — at Version 1
Reported by: | Florian Apolloner | Owned by: | |
---|---|---|---|
Component: | Migrations | Version: | dev |
Severity: | Release blocker | Keywords: | |
Cc: | Andrew Godwin | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Providing a default value of u'°C' (during makemigration runs) results in u'\xc2\xb0C' in the migration file.
Note:
See TracTickets
for help on using tickets.