- Language: en
179 results for string in version 3.2
-
Translation
- … string as a translation string without translating it. The string is later translated from a variable …
-
Unicode data
- … string back in the result. Translated strings Aside from strings and bytestrings, there’s a third …
-
Custom template tags and filters
- … string [ 0 ] == format_string [ - 1 ] and format_string [ 0 ] in ( '"' , "'" )): raise …
-
Request and response objects
- … string. QUERY_STRING – The query string, as a single (unparsed) string. REMOTE_ADDR – The IP address …
-
The Django template language: for Python programmers
- … string_if_invalid is set to '' (the empty string). If string_if_invalid is set to any other …
-
Django 1.8 release notes
- … string() , django.template.loader.find_template() , and django.template.loader.get_template_from_string() were removed. model attribute on private model …
-
Databases
- … string type fields included in Django will always cast the value to a string before …
-
The Django template language
- … strings: {{ data | default :"This is a string literal." }} All string literals are inserted …
-
Django 1.4 release notes
- … string to be no longer than the specified number of characters. Truncated strings end with …
-
Django 1.3 release notes
- … strings For translation strings with ambiguous meaning, you can now use the pgettext function to specify …