django1/django/db/migrations
Claude Paroz da9cf53cb5 Fixed #22564 -- Prevented unneeded bytestrings in migrations
In some cases, this could lead to migrations written with Python 2
being incompatible with Python 3.
Thanks Tim Graham for the report and Loïc Bistuer for the advices.
2014-05-06 09:13:07 +02:00
..
operations Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
executor.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
graph.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
loader.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
migration.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
optimizer.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
questioner.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
recorder.py Added a bunch of missing unicode_literals 2014-05-06 09:13:07 +02:00
state.py Fixed #22564 -- Prevented unneeded bytestrings in migrations 2014-05-06 09:13:07 +02:00
writer.py Fixed #22564 -- Prevented unneeded bytestrings in migrations 2014-05-06 09:13:07 +02:00