[fix]更新django-cors-headers版本至4.4.0, 现在4.3.0版本的CorsMiddleware中间件会导致SessionMiddleware中无法设置session

This commit is contained in:
周继风
2024-06-26 00:00:14 +08:00
parent 666f072b58
commit 259c51b23c

View File

@@ -1,6 +1,6 @@
Django==4.2.7
django-comment-migrate==0.1.7
django-cors-headers==4.3.0
django-cors-headers==4.4.0
django-filter==23.3
django-ranged-response==0.2.0
djangorestframework==3.14.0