mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 22:58:28 +02:00
Ensure we always use raw_ids for related fields in django's admin
This commit is contained in:
parent
8d75d58e82
commit
3895034089
9 changed files with 27 additions and 8 deletions
|
@ -5,7 +5,7 @@ from django.conf import settings
|
|||
from django.conf.urls import url
|
||||
from django.urls import include, path
|
||||
from django.conf.urls.static import static
|
||||
from django.contrib import admin
|
||||
from funkwhale_api.common import admin
|
||||
from django.views import defaults as default_views
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue