-
Notifications
You must be signed in to change notification settings - Fork 46
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
Upgrade Django to 2.2 #1834
Comments
After spending significant time on this, I think that there is either a bug in Django 2.2, or a very subtle bug in Normandy. I wasn't able to reproduce the bug in a small test project though, so I'm not going to file a bug. For now, I'm going to wait until 2.2.1 is released, and hope it fixes the issue we saw, or more people on the internet have a chance to upgrade and can reveal what we did wrong. |
Seems to be resolved in 2.2.3 |
1921: Upgrade Django to 2.2.3 r=mythmon a=rehandalal There's a security vulnerability in our current version of Django. Fixes #1834. r? Co-authored-by: Rehan Dalal <[email protected]>
In #1832, pyup tried to update Django to 2.2. That caused a bunch of test failures I had trouble resolving locally. In the interest of not leaving things open, I pulled out that upgrade to handle it in a separate branch.
The text was updated successfully, but these errors were encountered: