- Language: en
63 results for open in version 1.8
-
Django 1.8.18 release notes
- … Open redirect and possible XSS attack via user-supplied numeric redirect URLs Django relies on user …
-
Django documentation
- … open-source project Learn about the development process for the Django project itself and about …
-
Sending email
- … open or close the connection if it is already open, so if you manually open …
-
Django team
- … open source Django and found the Django Software Foundation. Jacob lives on a hobby farm …
-
Database transactions
- … open transaction still contains a.save() and b.save() else : transaction . savepoint_rollback ( sid ) # open transaction now contains …
-
Model field reference
- … open ( mode='rb' ) [source] Behaves like the standard Python open() method and opens the file …
-
Managing files
- … open() >>> f = open ( '/path/to/hello.world' , 'w' ) >>> myfile …
-
GeoDjango Tutorial
- … Open of `world/data/TM_WORLD_BORDERS-0.3.shp' using driver `ESRI Shapefile' successful. 1: TM_WORLD_BORDERS-0.3 (Polygon …
-
Testing tools
- … open ( 'wishlist.doc' ) as fp : ... c . post ( '/customers/wishes/' , { 'name' : 'fred …
-
Django 1.4 release notes
- … open ( self , name , mode = 'rb' ): return Spam ( open ( self . path ( name ), mode )) YAML …