- Language: en
74 results for open in version 1.11
-
Testing tools
- … open ( 'wishlist.doc' ) as fp : ... c . post ( '/customers/wishes/' , { 'name' : 'fred …
-
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 …
-
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' ) [source] 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 …
-
Django 1.4 release notes
- … open ( self , name , mode = 'rb' ): return Spam ( open ( self . path ( name ), mode )) YAML …
-
FAQ: General
- … open-source the resulting software, Django. Django would not be possible without a whole host …
-
Writing your first Django app, part 2
- … open up mysite/settings.py . It’s a normal Python module with module-level variables representing Django …