Revision f77fa71d snf-astakos-app/astakos/oa2/management/commands/oauth2-client-list.py

b/snf-astakos-app/astakos/oa2/management/commands/oauth2-client-list.py
49 49

  
50 50
    FIELDS = {
51 51
        'id': ('id', ('The id of the client')),
52
        'name': ('name', 'The name of the client'),
53 52
        'identifier': ('identifier', 'The unique client identifier'),
54 53
        'type': ('type', 'The client type'),
55 54
        'is_trusted': ('is_trusted', 'Whether the client is trusted or not'),

Also available in: Unified diff