Commit 5f2a8092 authored by Michal Čihař's avatar Michal Čihař

Use unicode literals

It's needed for __str__ method properly handle unicode.
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 9577c024
......@@ -20,6 +20,8 @@
"""Group ACL."""
from __future__ import unicode_literals
from django.db import models
from django.core.exceptions import ValidationError
from django.utils.encoding import python_2_unicode_compatible
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment