diff options
| -rw-r--r-- | tests/model_regress/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/model_regress/models.py b/tests/model_regress/models.py index 7dacfc9c90..c42b0f0d35 100644 --- a/tests/model_regress/models.py +++ b/tests/model_regress/models.py @@ -1,4 +1,6 @@ # -*- coding: utf-8 -*- +from __future__ import unicode_literals + from django.db import models from django.utils.encoding import python_2_unicode_compatible |
