Skip to content

Commit 0a0daab

Browse files
committed
fix link in forms.emailfield from 2.2 to stable docs
1 parent 710b638 commit 0a0daab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/pages/examples/django/django-forms-emailfield.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ meta: View Python code examples that show how to use the EmailField class within
88

99

1010
[EmailField](https://github.com/django/django/blob/master/django/forms/fields.py)
11-
([documentation](https://docs.djangoproject.com/en/2.2/ref/forms/fields/#emailfield)),
11+
([documentation](https://docs.djangoproject.com/en/stable/ref/forms/fields/#emailfield)),
1212
from the [Django](/django.html) `forms` module, enables safe handling of
1313
text intended to be stored and used as valid email addresses. The email address
1414
data is collected via an HTTP POST request from an

0 commit comments

Comments
 (0)