- Language: en
95 results for open in the development version
-
Database transactions
- … open transaction still contains a.save() and b.save() else : transaction . savepoint_rollback ( sid ) # open transaction now contains …
-
Request and response objects
- … open_file doesn’t have a name or if the name of open_file isn’t appropriate …
-
Managing files
- … open ( car . photo ) # Raises ValueError: seek of closed file. >>> car . photo . open …
-
Model field reference
- … Open an existing file using Python's built-in open() f = open ( "/path/to/hello.world …
-
Writing your first contribution for Django
- … open and inclusive. Please read and follow our Code of Conduct . Installing Git For this …
-
GeoDjango Tutorial
- … Open of `world/data/TM_WORLD_BORDERS-0.3.shp' using driver `ESRI Shapefile' successful. 1: TM_WORLD_BORDERS-0.3 (Polygon …
-
FAQ: General
- … open-source the resulting software, Django. Django would not be possible without a whole host …
-
Databases
- … opens a connection to the database when it first makes a database query. It keeps …
-
Built-in template tags and filters
- … open a block. See also the verbatim tag for another way of including these characters …
-
The File object
- … open ( mode = None , * args , ** kwargs ) [source] Open or reopen the file (which also does File.seek …