Simplify admin inline titles.

More descriptive name format config admin list.
This commit is contained in:
Adarnof
2018-02-23 20:25:59 -05:00
parent f3c0d05c39
commit 54f91a5bfb
3 changed files with 9 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ class UserProfileInline(admin.StackedInline):
model = UserProfile
readonly_fields = ('state',)
form = QuerysetModelForm
verbose_name = ''
verbose_name_plural = 'Profile'
def get_formset(self, request, obj=None, **kwargs):
# main_character field can only show current value or unclaimed alts