Fixed #22350 -- Consistently serialize bytes and text in migrations.

Thanks to @treyhunner and Loïc for their suggestions and review.
This commit is contained in:
Simon Charette 2014-03-31 15:25:08 -04:00
parent b82f30785f
commit 72d3889db4
13 changed files with 76 additions and 12 deletions

View file

@ -1,3 +1,6 @@
# encoding: utf8
from __future__ import unicode_literals
from django.db import migrations, models