mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 13:39:17 +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
|
@ -2,7 +2,7 @@
|
|||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from django import forms
|
||||
from django.contrib import admin
|
||||
from funkwhale_api.common import admin
|
||||
from django.contrib.auth.admin import UserAdmin as AuthUserAdmin
|
||||
from django.contrib.auth.forms import UserChangeForm, UserCreationForm
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue