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

@ -1,4 +1,4 @@
from django.contrib import admin
from funkwhale_api.common import admin
from . import models
from . import tasks