-
Notifications
You must be signed in to change notification settings - Fork 4
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
TP2000-1193 Upgrade to Django 4.2 #1163
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dalecannon
force-pushed
the
TP2000-1193--upgrade-to-django-4-2
branch
from
February 23, 2024 14:46
19cde7d
to
c45b05f
Compare
dalecannon
force-pushed
the
TP2000-1193--upgrade-to-django-4-2
branch
from
February 23, 2024 14:48
c45b05f
to
83dba31
Compare
…ich previously would have returned an empty result
dalecannon
force-pushed
the
TP2000-1193--upgrade-to-django-4-2
branch
from
February 27, 2024 10:21
c9ab810
to
d879395
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1163 +/- ##
=======================================
Coverage 93.11% 93.12%
=======================================
Files 580 580
Lines 43650 43651 +1
Branches 3141 3140 -1
=======================================
+ Hits 40645 40648 +3
Misses 2393 2393
+ Partials 612 610 -2 ☔ View full report in Codecov by Sentry. |
mattjamc
reviewed
Feb 27, 2024
PanosParalakis
added
the
dependencies
Pull requests that update a dependency file
label
Feb 28, 2024
paulpepper-trade
approved these changes
Feb 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TP2000-1193 Upgrade to Django 4.2 (LTS)
Why
Our current version of Django, 3.2 (LTS), will no longer be supported from 30th April 2024.
What
Upgrades package versions
Changes deprecated settings and features
SECURE_BROWSER_XSS_FITLER
deprecated setting [1]pytz
module with recommended 'zoneinfo` module [2]STATICFILES_STORAGE
setting with newSTORAGES
setting [4]Resolves errors resulting from version upgrades
FormMixin
fromWorkBasketDeleteView
now thatDeleteView
includes it [5]path
toBundleTracker()
inwebpack.config.js
[6]render_bundle()
following the introduction of an incompatible parameter [7]renderer
attribute tocommon/forms.py/FormSet()
[8]ValueErrors
when calling related managers for unsaved instances that previously would have returned as empty querysets [9]Checklist