AG
Size: a a a
AG
NC
group.name for group in
AK
AG
AK
DT
python list comprehension
AK
group.name for group in
AG
DT
def display_group(self, obj):
return ','.join([ group.name for group in obj.group.all()[:3]])
display_group.short_description = 'groupsAdmin'
AG
python list comprehension
b
AK
def display_group(self, obj):
return ','.join([ group.name for group in obj.group.all()[:3]])
display_group.short_description = 'groupsAdmin'
NC
DT
AK
NC
VD
AK
VS