Fixed reverse import in django.urls
This commit is contained in:
parent
e04c0ef4c0
commit
3396329c19
12 changed files with 12 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import json
|
||||
from test_plus.test import TestCase
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.urls import reverse
|
||||
|
||||
from funkwhale_api.music.models import Track, Artist
|
||||
from funkwhale_api.favorites.models import TrackFavorite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue