1
0
mirror of https://github.com/django/django.git synced 2025-10-28 16:16:12 +00:00

Added a bunch of missing unicode_literals

Refs #22564.
This commit is contained in:
Claude Paroz
2014-05-05 19:50:51 +02:00
parent df60db0e78
commit 12474dacef
14 changed files with 33 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
from __future__ import unicode_literals
class Operation(object):
"""
Base class for migration operations.