-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Requirements: upgrade dj-stripe
#9706
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
Comments
We need to upgrade `djstripe` first because the admin is broken otherwise. See #9706
Django Admin breaks when upgrading to Django 5.2 without upgrading |
Note that we need to perform the upgrade in two steps: first to 2.7 and then to 2.8. See https://dj-stripe.dev/2.9/upgrade_dj_stripe/ Ideally, we should upgrade to the latest version. |
We need to upgrade `djstripe` first because the admin is broken otherwise. See #9706
We need to upgrade `djstripe` first because the admin is broken otherwise. See #9706
I started following the djstripe guide: Migrations
When running the migrations locally, I received this message, so we need to update the test keys:
It seems there is nothing we need to do related to the migrations. Backward incompatibility changes
I checked all release notes from 2.6.x to 2.9.x and I only found these affecting us. The steps we should follow are described in #9688 (comment). I'm copying them here:
I think we can target this for the next deploy. |
There are some extra actions required to upgrade
dj-stripe
to2.7.0
. They are documented at #9688 (comment). For now, we are sticking to 2.6.3.The text was updated successfully, but these errors were encountered: