Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement(Membership): Update choices for membership type #2689

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dorian-adams
Copy link
Contributor

@dorian-adams dorian-adams commented Jan 22, 2025

Description

Update membership_type choices on Membership model to reflect 2024 Bylaws Change 1 (psf/bylaws#4)

  • Create data migration to merge MANAGING (3) into CONTRIBUTING (4).
  • Update Membership model, remove MANAGING.

Left gap in membership_type choice values to ease data migration process.

Closes

Closes #2566

Update `membership_type` on `Membership` model to reflect 2024 Bylaws Change 1 (psf/bylaws#4)

- Create data migration to merge `MANAGING` (3) into `CONTRIBUTING` (4).
- Update `Membership` model, remove `MANAGING`.
- Update all references: `MANAGING` to `CONTRIBUTING`.

Left gap in `membership_type` choice values to ease data migration process.

Closes python#2566
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement(membership): update choices for membership levels
1 participant