- Language: en
96 results for open in version 4.1
-
Built-in template tags and filters
- … open a block. See also the verbatim tag for another way of including these characters …
-
Databases
- … opens a connection to the database when it first makes a database query. It keeps …
-
Testing tools
- … open ( 'wishlist.doc' , 'rb' ) as fp : ... c . post ( '/customers/wishes/' , { 'name …
-
django.core.files.images
- … open () self . _dimensions_cache = get_image_dimensions ( self , close = close ) return self . _dimensions_cache def get_image …
-
File storage API
- … open ( name , mode = 'rb' ) [source] Opens the file given by name . Note that although the returned …
-
Django 1.4 release notes
- … open ( self , name , mode = 'rb' ): return Spam ( open ( self . path ( name ), mode )) YAML …
-
The File object
- … open ( mode = None ) [source] Open or reopen the file (which also does File.seek(0) ). The mode …
-
GDAL API
- … opened in write mode. For newly-created rasters, the second parameter is ignored and the new raster …
-
Archive of security issues
- … Open redirect possibility in CommonMiddleware . Full description Versions affected Django 2.1 (patch) Django 2.0 (patch …
-
django.core.files.base
- … open ( self , mode = None ): if not self . closed : self . seek ( 0 ) elif self . name and os . path …