diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-04-01 16:18:23 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-04-01 16:18:23 +0000 |
| commit | 9a279edc1cedecc65249b061bcb2797fe509a85b (patch) | |
| tree | 3f89e20c2dc9eeda748732c008fe8c631903a574 /docs/ref/forms/fields.txt | |
| parent | 94af19c43fad3e42d64981e22fe15b844f1f9eb6 (diff) | |
Fixed some ReST errors from e-mail -> email change in docs, and changed some docs that shouldn't have been changed (because translation strings haven't been converted yet)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms/fields.txt')
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 73d8b02869..338a80655e 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -30,7 +30,7 @@ exception or returns the clean value:: >>> f.clean('invalid email address') Traceback (most recent call last): ... - ValidationError: [u'Enter a valid email address.'] + ValidationError: [u'Enter a valid e-mail address.'] Core field arguments -------------------- |
