⬇️(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.
This commit is contained in:
Anthony LC
2024-08-20 16:40:38 +02:00
committed by Anthony LC
parent 2af88c5a4d
commit 7babc46261

View File

@@ -36,7 +36,7 @@ dependencies = [
"django-redis==5.4.0", "django-redis==5.4.0",
"django-storages[s3]==1.14.4", "django-storages[s3]==1.14.4",
"django-timezone-field>=5.1", "django-timezone-field>=5.1",
"django==5.1", "django==5.0.8",
"djangorestframework==3.15.2", "djangorestframework==3.15.2",
"drf_spectacular==0.27.2", "drf_spectacular==0.27.2",
"dockerflow==2024.4.2", "dockerflow==2024.4.2",