mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Update Django Tables 2, change accessor from dot to __
This commit is contained in:
@ -33,7 +33,7 @@ class ActivityTable(tables.Table):
|
||||
class GuestTable(tables.Table):
|
||||
inviter = tables.LinkColumn(
|
||||
'member:user_detail',
|
||||
args=[A('inviter.user.pk'), ],
|
||||
args=[A('inviter__user__pk'), ],
|
||||
)
|
||||
|
||||
entry = tables.Column(
|
||||
|
Reference in New Issue
Block a user