- Language: en
14 results for open in version 4.1
-
Security in Django
- … opener policy New in Django 4.0. The cross-origin opener policy (COOP) header allows browsers …
-
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 …
-
Django’s cache framework
- … open-sourced by Danga Interactive. It is used by sites such as Facebook and Wikipedia …
-
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 …