-
Notifications
You must be signed in to change notification settings - Fork 143
Provisional Django 2.2 LTS update #2625 #2688
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
Provisional Django 2.2 LTS update #2625 #2688
Conversation
Update our Django dependency. It is generally recommended to only update Django from one LTS to the next: 2.2 LTS is our next-in-line. Includes a prior overlooked migration intended for this Django update. See:GitHub rockstor#2666 rockstor#2667
|
Using this Draft PR to assist with collaboration on this significant change-set: To date, with the changes detailed thus far, we have a single test failure: Which on first glance looks to be a tightening of cross db query within tests. |
|
- RemovedInDjango31Warning: TestCase.multi_db is deprecated.
|
CachedStaticFilesStorage is deprecated in favor of ManifestStaticFilesStorage. https://docs.djangoproject.com/en/4.2/releases/2.2/#id2
This remaining deprecation warning is to be addressed as part of the spin-off issue: Update django-pipeline within Django constrains #2689 |
|
The current development branch for this draft PR now passes all tests: Moving to squash and re-submit. |
Update our Django dependency. It is generally recommended to only update Django from one LTS to the next: 2.2 LTS is our next-in-line.
Includes a prior overlooked migration intended for this Django update. See:GitHub #2666 #2667
Work in progress re issu #2625