- Language: en
75 results for open in version 2.2
-
Django 1.9.13 release notes
- … Open redirect and possible XSS attack via user-supplied numeric redirect URLs Django relies on user …
-
Django 1.8.18 release notes
- … Open redirect and possible XSS attack via user-supplied numeric redirect URLs Django relies on user …
-
Django 1.10.7 release notes
- … Open redirect and possible XSS attack via user-supplied numeric redirect URLs Django relies on user …
-
Django documentation
- … open-source project Learn about the development process for the Django project itself and about …
-
Django 2.0.8 release notes
- … Open redirect possibility in CommonMiddleware If the CommonMiddleware and the APPEND_SLASH setting are both …
-
Django 1.11.15 release notes
- … Open redirect possibility in CommonMiddleware If the CommonMiddleware and the APPEND_SLASH setting are both …
-
Sending email
- … open or close the connection if it is already open, so if you manually open …
-
Managing files
- … open ( car . photo ) # Raises ValueError: seek of closed file. >>> car . photo . open …
-
Request and response objects
- … open_file doesn’t have a name or if the name of open_file isn’t appropriate …
-
Model field reference
- … Open an existing file using Python's built-in open() f = open ( '/path/to/hello.world …