-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove outdated Django version warning
Since: - the version check was pretty broken (only matches against that exact requirements file version syntax, plus doesn't check unpinned but still outdated version etc) - it only warned for Django 1.x, when there are lots of other EOL Django versions since then - it feels inconsistent for us to warn about one framework being EOL when there are lots of other packages and frameworks out there that should also be kept up to date too -- that's best handled by services like Dependabot security alerts etc If at such time in the future our Django collectstatic feature requires a specific version of Django, any version checking/warning should occur as part of that feature. GUS-W-11593026.
- Loading branch information
Showing
5 changed files
with
1 addition
and
38 deletions.
There are no files selected for viewing
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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