mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-26 12:44:00 +00:00
Remove python_2_unicode_compatible
Python 3.6 or go home!
This commit is contained in:
parent
56bd2ca9a1
commit
ff92210573
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue