mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:29:24 +02:00
Fixed reverse import in django.urls
This commit is contained in:
parent
e04c0ef4c0
commit
3396329c19
12 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
from __future__ import unicode_literals, absolute_import
|
||||
|
||||
from django.contrib.auth.models import AbstractUser
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.urls import reverse
|
||||
from django.db import models
|
||||
from django.utils.encoding import python_2_unicode_compatible
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue