- Language: en
30 results for string in version 3.2
-
Translation
- … string as a translation string without translating it. The string is later translated from a variable …
-
Testing tools
- … string, or a list of error strings, that are expected as a result of form …
-
Cryptographic signing
- … string' ) 'My string:Ee7vGi-ING6n02gkcJ-QLHg6vFw' >>> signer . unsign ( 'My string …
-
URL dispatcher
- … string. A to_python(self, value) method, which handles converting the matched string into the type …
-
Templates
- … string ( template_name , context = None , request = None , using = None ) [source] render_to_string() loads a template …
-
How to use sessions
- … string keys, note that using non-string keys in request.session won’t work as expected …
-
Customizing authentication in Django
- … string describing the name of the field on the user model that is used as the unique …
-
Using the Django authentication system
- … string (like that found in AUTHENTICATION_BACKENDS ), not the actual backend class. How to log a user …
-
Django’s cache framework
- … string, or as a list. In this example, the cache is shared over Memcached instances …
-
Performing raw SQL queries
- … string formatting on raw queries or quote placeholders in your SQL strings! It’s tempting …