mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 03:11:46 +00:00
Make user admin a raw ID field
This commit is contained in:
parent
5dd2ebee29
commit
75ba7e3160
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class DomainAdmin(admin.ModelAdmin):
|
|||
]
|
||||
list_filter = ("local", "blocked")
|
||||
search_fields = ("domain", "service_domain")
|
||||
raw_id_fields = ("users",)
|
||||
actions = [
|
||||
"force_outdated",
|
||||
"force_updated",
|
||||
|
|
Loading…
Reference in a new issue