- Language: en
14 results for open in the development version
-
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 …
-
File Uploads
- … open ( "some/file/name.txt" , "wb+" ) as destination : for chunk in f . chunks (): destination …
-
Password management in Django
- … open competition to select a next generation hashing algorithm. It’s designed not to be easier …
-
Migrations
- … open up the file; it should look something like this: # Generated by Django A.B on YYYY …