1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

upgrade django to 2.2 (#4620)

This commit is contained in:
王健辉
2020-07-27 14:59:18 +08:00
committed by GitHub
parent e55a602d57
commit 21756be27c
223 changed files with 270 additions and 270 deletions

View File

@@ -4,7 +4,7 @@ from mock import patch
from django.test import override_settings
from post_office.models import Email
from django.core.urlresolvers import reverse
from django.urls import reverse
from seahub.base.accounts import UserPermissions
from seahub.invitations.models import Invitation, RepoShareInvitation
from seahub.test_utils import BaseTestCase