Add sorting to group view and add tests to group management

This commit is contained in:
Erik Kalkoken
2020-04-02 03:01:27 +00:00
committed by Ariel Rin
parent a1e8903128
commit 127ec63d76
12 changed files with 884 additions and 167 deletions

View File

@@ -506,7 +506,7 @@ class BaseOwnershipAdmin(admin.ModelAdmin):
'character',
)
search_fields = (
'user__user',
'user__username',
'character__character_name',
'character__corporation_name',
'character__alliance_name'