chore: tweak comments

This commit is contained in:
Robert Sparks 2023-09-29 07:52:32 -05:00
parent cbd49a737f
commit 40dc24e44b
No known key found for this signature in database
GPG key ID: 6E2A6A5775F91318

View file

@ -66,6 +66,8 @@ DEFAULT_NOMCOM_TEMPLATES = [HOME_TEMPLATE,
]
# See RFC8713 section 4.15
# This potentially over-disqualifies past nomcom chairs if some
# nomcom 2+ nomcoms ago is still in the active state
DISQUALIFYING_ROLE_QUERY_EXPRESSION = ( Q(group__acronym__in=['isocbot', 'ietf-trust', 'llc-board', 'iab'], name_id__in=['member', 'chair'])
| Q(group__type_id='area', group__state='active',name_id='ad')
| Q(group__type_id='nomcom', group__state='active', name_id='chair')