- Language: en
93 results for open in version 1.11
-
Django 1.10.7 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.9.13 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 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 …
-
django.utils.text
- … open_tags = open_tags [ i + 1 :] else : # Add it to the start of the open …
-
Model field reference
- … Open an existing file using Python's built-in open() f = open ( '/path/to/hello.world …
-
django.db.models.fields.files
- … open ( mode ) else : self . file = self . storage . open ( self . name , mode ) # open() doesn't alter …
-
Database transactions
- … open transaction still contains a.save() and b.save() else : transaction . savepoint_rollback ( sid ) # open transaction now contains …