- Language: en
14 results for open in version 2.0
-
Sending email
- … open or close the connection if it is already open, so if you manually open …
-
Database transactions
- … open transaction still contains a.save() and b.save() else : transaction . savepoint_rollback ( sid ) # open transaction now contains …
-
Managing files
- … open() >>> f = open ( '/path/to/hello.world' , 'w' ) >>> myfile …
-
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 …
-
Migrations
- … open up the file; it should look something like this: # Generated by Django A.B on YYYY …
-
Using the Django authentication system
- … open' , 'polls.can_edit' ) You can set any of the parameters of AccessMixin …
-
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 …