pythondotorg
pythondotorg copied to clipboard
Enhancement(Membership): Update choices for membership type
Description
Update membership_type choices on Membership model to reflect 2024 Bylaws Change 1 (https://github.com/psf/bylaws/pull/4)
- Create data migration to merge
MANAGING(3) intoCONTRIBUTING(4). - Update
Membershipmodel, removeMANAGING.
Left gap in membership_type choice values to ease data migration process.
Closes
Closes #2566