Skip to content

Commit

Permalink
requirements/runtime.txt: Django>=2.2,<6.0 (#792)
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 23, 2024
1 parent 26b7121 commit b2c78b9
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 b2c78b9

Please sign in to comment.