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

django 4.2

This commit is contained in:
lian
2023-06-12 09:53:31 +08:00
parent b7e764cc0b
commit f365f2b342
212 changed files with 1152 additions and 1143 deletions

View File

@@ -6,7 +6,7 @@ Forms and validation code for user registration.
from django.contrib.auth.models import User
from django import forms
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
# I put this on all required fields, because it's easier to pick up