Skip to content

Commit 1d93917

Browse files
Revert tox.ini Django 4.0.1 constraint
* As of Dec 19, 2021, Django 4.0.1 has not released changes to fix a regression.It is a user-end regression that does not affect usability, but it does affect user's belief that they need to create a migration. In @Andrew-Chen-Wang's past experience, that has led to production errors and an emergency migration of one of his past packages...
1 parent 08fb7f0 commit 1d93917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ setenv =
3636
deps =
3737
dj22: Django>=2.2,<3
3838
dj32: Django>=3.2,<3.3
39-
dj40: Django>=4.0.1,<4.1
39+
dj40: Django>=4.0.0,<4.1
4040
djmain: https://github.com/django/django/archive/main.tar.gz
4141
djangorestframework
4242
oauthlib>=3.1.0

0 commit comments

Comments
 (0)