diff options
author | lxf <sng@luxagraf.net> | 2022-05-14 20:29:38 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-05-14 20:29:38 -0400 |
commit | 01e4bdad76b91b34e6f6744a28764eb1c74120de (patch) | |
tree | 5a5fd3059bb6ed5bef574257bdb7d766559b7aaf /app/lttr/validators.py | |
parent | bb3973ffb714c932e9ec6dd6a751228dc71fe1d3 (diff) |
updated to support django 4.0
Diffstat (limited to 'app/lttr/validators.py')
-rw-r--r-- | app/lttr/validators.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/lttr/validators.py b/app/lttr/validators.py index a6355bf..581043c 100644 --- a/app/lttr/validators.py +++ b/app/lttr/validators.py @@ -1,6 +1,5 @@ from django.contrib.auth import get_user_model from django.forms.utils import ValidationError -from django.utils.translation import ugettext_lazy as _ def validate_email_nouser(email): |