- Language: en
87 results for open in version 4.1
-
Managing files
- … open ( car . photo ) # Raises ValueError: seek of closed file. >>> car . photo . open …
-
Request and response objects
- … open_file doesn’t have a name or if the name of open_file isn’t appropriate …
-
Model field reference
- … Open an existing file using Python's built-in open() f = open ( '/path/to/hello.world …
-
Database transactions
- … open transaction still contains a.save() and b.save() else : transaction . savepoint_rollback ( sid ) # open transaction now contains …
-
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 …
-
Writing your first patch for Django
- … open and inclusive. Please read and follow our Code of Conduct . Installing Git For this …
-
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 …
-
Testing tools
- … open ( 'wishlist.doc' , 'rb' ) as fp : ... c . post ( '/customers/wishes/' , { 'name …