Skip to content

Commit b2c78b9

Browse files
authored
requirements/runtime.txt: Django>=2.2,<6.0 (celery#792)
Fixes celery#755 We agree to have a full test run before progressing to the next major versions of Django. * celery#703 is an example of the kind of crash bugs that can be introduced in Django's major version upgrades. * celery#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.
1 parent 26b7121 commit b2c78b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Django>=2.2,<5.2
1+
Django>=2.2,<6.0

0 commit comments

Comments
 (0)