-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore(deps): Upgrade to Django 5 #23626
Conversation
# Conflicts: # ee/billing/billing_manager.py # ee/billing/test/test_billing_manager.py # mypy-baseline.txt # posthog/middleware.py # requirements-dev.in # requirements-dev.txt # requirements.txt
Size Change: +44 B (0%) Total Size: 1.08 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated3 snapshot changes in total. 0 added, 3 modified, 0 deleted:
Triggered by this commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good. The datetime changes are a bit scary as I wonder if there are any other weird places it was missed. We likely will want to do a very robust canary test with this...
# Conflicts: # requirements-dev.txt # requirements.in # requirements.txt
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
This reverts commit 9418235.
Problem
Let's see how much trouble it is.
Update: Seems it's not much trouble 🎉
Changes
Does this work well for both Cloud and self-hosted?
n/a
How did you test this code?