mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 07:09:16 +02:00
Dependency care - upgrade to django 3
This commit is contained in:
parent
2896a3de69
commit
2159c93ef3
4 changed files with 25 additions and 27 deletions
|
@ -14,7 +14,6 @@ from django.db import models
|
|||
from django.dispatch import receiver
|
||||
from django.urls import reverse
|
||||
from django.utils import timezone
|
||||
from django.utils.encoding import python_2_unicode_compatible
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from django_auth_ldap.backend import populate_user as ldap_populate_user
|
||||
|
@ -93,7 +92,6 @@ def get_default_funkwhale_support_message_display_date():
|
|||
)
|
||||
|
||||
|
||||
@python_2_unicode_compatible
|
||||
class User(AbstractUser):
|
||||
|
||||
# First Name and Last Name do not cover name patterns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue