We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710b638 commit 0a0daabCopy full SHA for 0a0daab
1 file changed
content/pages/examples/django/django-forms-emailfield.markdown
@@ -8,7 +8,7 @@ meta: View Python code examples that show how to use the EmailField class within
8
9
10
[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)),
+([documentation](https://docs.djangoproject.com/en/stable/ref/forms/fields/#emailfield)),
12
from the [Django](/django.html) `forms` module, enables safe handling of
13
text intended to be stored and used as valid email addresses. The email address
14
data is collected via an HTTP POST request from an
0 commit comments