- Language: en
153 results for string in version 1.11
-
Translation
- … string as a translation string without translating it. The string is later translated from a variable …
-
Unicode data
- … strings. You can use Unicode strings, or you can use normal strings (sometimes called “bytestrings …
-
Porting to Python 3
- … string literal under Python 2 and a unicode string literal under Python 3, use the str builtin …
-
Custom template tags and filters
- … string [ 0 ] == format_string [ - 1 ] and format_string [ 0 ] in ( '"' , "'" )): raise …
-
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 …
-
Request and response objects
- … string. QUERY_STRING – The query string, as a single (unparsed) string. REMOTE_ADDR – The IP address …
-
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
- … strings into datetime objects. Specifically, date strings with value 0000-00-00 are valid for MySQL …
-
URL dispatcher
- … string is optional but recommended. It tells Python that a string is “raw” – that nothing …
-
The Django template language
- … strings: {{ data | default :"This is a string literal." }} All string literals are inserted …