Requirements needs a minimum django version greater than 4.2#11
Open
Requirements needs a minimum django version greater than 4.2#11
Conversation
Coverage Report for CI Build 24256420975Coverage remained the same at 85.931%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
Member
|
We might want to make this change more broadly. From the April 7, 2026 security release notes: |
Collaborator
Author
|
Oof missed that with the latest security announcement that 4.2 was EOL
…On Wed, Apr 15, 2026 at 3:10 PM Lindy ***@***.***> wrote:
*phycodurus* left a comment (TOMToolkit/tom_jpl#11)
<#11 (comment)>
We might want to make this change more broadly. From the April 7, 2026
security release notes
<https://www.djangoproject.com/weblog/2026/apr/07/security-releases/>:
Django 4.2 has reached the end of extended support
Note that with this release, Django 4.2 has reached the end of extended support. All Django 4.2 users are encouraged to [upgrade](https://docs.djangoproject.com/en/dev/howto/upgrade-version/) to Django 5.2 or later to continue receiving fixes for security issues.
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANRU7GFATUBF6KGUK3B4I34WACD3AVCNFSM6AAAAACXUHLLKSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DENJVHE2DMNJQGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Dr Tim Lister, Staff Astronomer
Las Cumbres Observatory
<%2B1%20805%20880%201989>
|
This file contains hidden or 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
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.
This add a minimum dependency of Django >= 5.2 as needed for the feature of
update_or_create()that we use.An open question is whether the minimum version should be the currently known security fix (5.2.13 at time of writing) or this is nu-necessary specificity which will be handled by
pipanyway.