Ensure we always use raw_ids for related fields in django's admin

This commit is contained in:
Eliot Berriot 2018-10-01 21:56:52 +02:00
parent 8d75d58e82
commit 3895034089
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
9 changed files with 27 additions and 8 deletions

View file

@ -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