- Language: en
162 results for input in the development version
-
Django 1.7.9 release notes
- … input Some of Django’s built-in validators ( EmailValidator , most seriously) didn’t prohibit newline …
-
Django 3.1.13 release notes
- … input Unsanitized user input passed to QuerySet.order_by() could bypass intended column reference validation in path …
-
Django 3.2.5 release notes
- … input Unsanitized user input passed to QuerySet.order_by() could bypass intended column reference validation in path …
-
Time zones
- … input type = "submit" value = "Set" > </ form > Time zone …
-
Django 1.5.8 release notes
- … input not correctly validated The validation for redirects did not correctly validate some malformed URLs …
-
Django 2.2.22 release notes
- … input on Python 3.9.5+ On Python 3.9.5+, URLValidator didn’t prohibit newlines and tabs. If you used …
-
Django 3.2.2 release notes
- … input on Python 3.9.5+ On Python 3.9.5+, URLValidator didn’t prohibit newlines and tabs. If you used …
-
Django 1.4.21 release notes
- … input Some of Django’s built-in validators ( EmailValidator , most seriously) didn’t prohibit newline …
-
Django 3.1.10 release notes
- … input on Python 3.9.5+ On Python 3.9.5+, URLValidator didn’t prohibit newlines and tabs. If you used …
-
The Forms API
- … input type="text"> and EmailField by an <input type="email …