- Language: en
14 results for open in version 5.2
-
Security in Django
- … opener policy The cross-origin opener policy (COOP) header allows browsers to isolate a top-level …
-
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 …
-
Database transactions
- … open transaction still contains a.save() and b.save() else : transaction . savepoint_rollback ( sid ) # open transaction now contains …
-
Testing tools
- … open ( "wishlist.doc" , "rb" ) as fp : ... c . post ( "/customers/wishes/" , { "name …
-
How to use sessions
- … open you up to replay attacks . Unlike other session backends which keep a server-side …
-
Formsets
- … open source" , ... "pub_date" : datetime . date . today (), ... } ... ] ... ) >>> for form …
-
Serializing Django objects
- … open ( "file.xml" , "w" ) as out : xml_serializer . serialize ( SomeModel . objects . all (), stream …
-
Password management in Django
- … open competition to select a next generation hashing algorithm. It’s designed not to be easier …
-
Asynchronous support
- … open for middleware exception propagation. This may not be noticeable at first, but adding this …