- Language: en
30 results for string in version 1.8
-
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 …
-
Cryptographic signing
- … string' ) 'My string:Ee7vGi-ING6n02gkcJ-QLHg6vFw' >>> signer . unsign ( 'My string …
-
Templates
- … string_if_invalid' : the output, as a string, that the template system should use for invalid …
-
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 that will be automatically included (prepended by default) to all cache keys used by the Django …
-
Migrations
- … string literals used in your models and fields (e.g. verbose_name , related_name , etc.), must …
-
Using the Django authentication system
- … string. Example: /accounts/login/?next=/polls/3/ . If the user is logged in, execute the view normally …