- Language: en
30 results for string in version 1.8
-
Sending email
- … string. message : A string. from_email : A string. recipient_list : A list of strings, each …
-
Using the Django authentication system
- … string. Example: /accounts/login/?next=/polls/3/ . If the user is logged in, execute the view normally …
-
Performing raw SQL queries
- … string type column, but with an integer value, MySQL will coerce the types of all values …
-
Many-to-one relationships
- … strings of type str instead of unicode strings because that’s what was used in the creation …
-
Logging
- … string is a normal Python formatting string describing the details that are to be output …
-
Format localization
- … string value was supported. To use custom formats, specify the path where you’ll place …
-
Working with forms
- … string, and uses this to compose a URL. The URL contains the address where the data …
-
Internationalization and localization
- … strings and how they should be represented in the given language. Message files have a .po file …
-
Password management in Django
- … string in this format: <algorithm>$<iterations>$<salt>$<hash …
-
Middleware
- … string: the full Python path to the middleware’s class name. For example, here’s the default …