Remove python_2_unicode_compatible

Python 3.6 or go home!
This commit is contained in:
Daniel Roy Greenfeld 2018-02-27 17:03:02 -05:00 committed by GitHub
parent 56bd2ca9a1
commit ff92210573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,9 @@
from django.contrib.auth.models import AbstractUser
from django.db import models
from django.urls import reverse
from django.utils.encoding import python_2_unicode_compatible
from django.utils.translation import ugettext_lazy as _
@python_2_unicode_compatible
class User(AbstractUser):
# First Name and Last Name do not cover name patterns