File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,10 +67,13 @@ ietfdb (5.10.1) ietf; urgency=medium
6767 * Merged in [8854] from rjsparks@nostrum.com:
6868 This is the second step towards ADs out of GroupInfo into Role.
6969 The use of group.ad has been scrubbed from the code and templates.
70+
7071 - Those places that set group.ad have been directly manipulate Role
7172 objects instead
73+
7274 - Most places that read group.ad now use a new group.ad_role() that
7375 returns a Role object, simplifing some views.
76+
7477 Related to #1555 and #1557.
7578
7679 * Merged in [8853] from rcross@amsl.com:
@@ -81,14 +84,19 @@ ietfdb (5.10.1) ietf; urgency=medium
8184
8285 * Merged in [8851] from rjsparks@nostrum.com:
8386 This is the first step towards using Role to represent Area directors. It
87+
8488 - Migrates the information captured in GroupInfo.ad to Role objects.
89+
8590 - Renames GroupInfo.ad to GroupInfo._ad (retaining the current column name)
8691 to prepare for deletion of that field.
92+
8793 - Provides ad property accessor and setter methods implemented using the
8894 group's role_set (so that the existing view code continues to work with
8995 minimal changes)
96+
9097 - Improved selection in many querysets that assumed only groups of type
9198 'area' would have area directors.
99+
92100 Related to #1557 and #1555.
93101
94102 * Merged in [8850] from rjsparks@nostrum.com:
You can’t perform that action at this time.
0 commit comments