Update Django Tables 2, change accessor from dot to __
This commit is contained in:
parent
819795c1f9
commit
361ea8cad3
6 changed files with 14 additions and 14 deletions
|
|
@ -53,7 +53,7 @@ class RightsTable(tables.Table):
|
|||
'style': 'table-layout: fixed;'
|
||||
}
|
||||
template_name = 'django_tables2/bootstrap4.html'
|
||||
fields = ('user.last_name', 'user.first_name', 'user', 'club', 'roles', )
|
||||
fields = ('user__last_name', 'user.first_name', 'user', 'club', 'roles', )
|
||||
model = Membership
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue