Skip to content

Commit 7babc46

Browse files
committed
⬇️(backend) downgrade django to 5.0.8
Downgrade django from 5.1 to 5.0.8. There is a compatibility issue with easy_thumbnails, which is not yet compatible with Django 5.1.
1 parent 2af88c5 commit 7babc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"django-redis==5.4.0",
3737
"django-storages[s3]==1.14.4",
3838
"django-timezone-field>=5.1",
39-
"django==5.1",
39+
"django==5.0.8",
4040
"djangorestframework==3.15.2",
4141
"drf_spectacular==0.27.2",
4242
"dockerflow==2024.4.2",

0 commit comments

Comments
 (0)