Skip to content

Commit

Permalink
requirements/runtime.txt: Django>=2.2,<6.0
Browse files Browse the repository at this point in the history
Fixes #755

We agree to have a full test run before progressing to the next major versions of Django.

* #703 is an example of the kind of crash bugs that can be introduced in Django's major version upgrades.

* #755 describes why we should have confidence in Django minor and micro version upgrades.

Let's work together to add new versions of Django to our GitHub Actions as they are released to provide our users with safe upgrade paths.
  • Loading branch information
cclauss authored Aug 22, 2024
1 parent 39a2e3f commit 4754686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Django>=2.2,<5.2
Django>=2.2,<6.0

0 comments on commit 4754686

Please sign in to comment.