From d59ab33ba85f2687a092e261cd2af115d4b29a4e Mon Sep 17 00:00:00 2001 From: Deophius Date: Thu, 8 Aug 2024 02:26:28 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9requirements=EF=BC=8C?= =?UTF-8?q?=E6=8C=87=E5=AE=9A5.0.x=E7=89=88=E6=9C=AC=E7=9A=84django?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 试试看能不能解决这个build test报错的问题,不行的话就revert --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 438fc5706..559ece918 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Django -django>=4.2 +django>=5.0,<5.1 djangorestframework # 数据库