- Language: en
31 results for string in version 1.10
-
Translation
- … string as a translation string without translating it. The string is later translated from a variable …
-
Porting to Python 3
- … string literal under Python 2 and a unicode string literal under Python 3, use the str builtin …
-
URL dispatcher
- … string is optional but recommended. It tells Python that a string is “raw” – that nothing …
-
Testing tools
- … string, or a list of error strings, that are expected as a result of form …
-
Templates
- … string ( template_name , context=None , request=None , using=None ) [source] render_to_string() loads a template …
-
Cryptographic signing
- … string' ) 'My string:Ee7vGi-ING6n02gkcJ-QLHg6vFw' >>> signer . unsign ( 'My string …
-
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
- … strings, lists, and tuples instead of strings and any iterable. The PermissionRequiredMixin mixin To apply …
-
Django’s cache framework
- … string that will be automatically included (prepended by default) to all cache keys used by the Django …