You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JacobCoffee Just to clarify, are there users in the database with a membership type that’s planned for removal? If so, would it be helpful for me to create a function to convert those users to “basic” or some other type?
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.
Closespython#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.
Closespython#2566
What
pythondotorg/users/models.py
Lines 84 to 91 in fc856dd
The text was updated successfully, but these errors were encountered: