- Language: en
31 results for string in version 5.0
-
Translation
- … string as a translation string without translating it. The string is later translated from a variable …
-
Form Assets (the Media class)
- … strings String paths used to specify assets can be either relative or absolute. If a path …
-
Cryptographic signing
- … string" ) 'My string:Ee7vGi-ING6n02gkcJ-QLHg6vFw' >>> signer . unsign ( "My string …
-
Testing tools
- … string ( "index.html" ) with self . assertTemplateUsed ( template_name = "index.html" ): render_to_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 …
-
Django’s cache framework
- … string, or as a list. In this example, the cache is shared over Memcached instances …
-
Using the Django authentication system
- … string (like that found in AUTHENTICATION_BACKENDS ), not the actual backend class. How to log a user …