- Language: en
14 results for open in version 2.2
-
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' ) as fp : ... c . post ( '/customers/wishes/' , { 'name' : 'fred …
-
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 …
-
Security in Django
- … Open Web Application Security Project (OWASP) Top 10 list which identifies some common vulnerabilities in web applications …
-
File Uploads
- … open ( 'some/file/name.txt' , 'wb+' ) as destination : for chunk in f . chunks (): destination …
-
Search
- … open a ticket. In the above example, we determined that a case insensitive lookup would …
-
Migrations
- … open up the file; it should look something like this: # Generated by Django A.B on YYYY …