1
0
mirror of https://github.com/django/django.git synced 2025-10-26 23:26:08 +00:00

Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2011-04-01 16:10:22 +00:00
parent 7099d465ab
commit 94af19c43f
34 changed files with 239 additions and 239 deletions

View File

@@ -109,7 +109,7 @@ class PasswordResetForm(forms.Form):
def clean_email(self):
"""
Validates that an active user exists with the given e-mail address.
Validates that an active user exists with the given email address.
"""
email = self.cleaned_data["email"]
self.users_cache = User.objects.filter(