1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

upgrade django to 3.2

This commit is contained in:
王健辉
2021-08-27 12:01:13 +08:00
parent 45e2dd059a
commit e805feca95
28 changed files with 53 additions and 110 deletions

View File

@@ -4,6 +4,7 @@ from django.urls import reverse
from seahub.test_utils import BaseTestCase
from tests.common.utils import randstring
class GroupsTest(BaseTestCase):
def setUp(self):