- Language: en
77 results for open in version 3.1
-
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 …
-
Testing tools
- … open ( 'wishlist.doc' ) as fp : ... c . post ( '/customers/wishes/' , { 'name' : 'fred …
-
Databases
- … opens a connection to the database when it first makes a database query. It keeps …
-
The File object
- … open ( mode=None ) [source] Open or reopen the file (which also does File.seek(0) ). The mode …
-
File storage API
- … open ( name , mode='rb' ) Opens the file given by name . Note that although the returned …
-
Built-in template tags and filters
- … opened in the string and not closed before the truncation point are closed immediately after …
-
How to use sessions
- … open you up to replay attacks . Unlike other session backends which keep a server-side …