mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 03:59:55 +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 @@ import os
|
|||
import json
|
||||
import unicodedata
|
||||
import urllib
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.urls import reverse
|
||||
from django.db import models, transaction
|
||||
from django.db.models.functions import Length
|
||||
from django.conf import settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue