- Language: en
43 results for string in version 2.0
-
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 …
-
Django 1.4 release notes
- … string to be no longer than the specified number of characters. Truncated strings end with …
-
Django 1.5 release notes
- … strings, the optional C implementation can return a byte string. This was fixed in Python …
-
Django 1.3 release notes
- … strings For translation strings with ambiguous meaning, you can now use the pgettext function to specify …
-
Django 1.6.6 release notes
- … string (e.g. "_x3a1gho" ), rather than iterating through an underscore followed by a number …
-
Django 1.4.14 release notes
- … string (e.g. "_x3a1gho" ), rather than iterating through an underscore followed by a number …
-
Django 1.5.9 release notes
- … string (e.g. "_x3a1gho" ), rather than iterating through an underscore followed by a number …
-
Django 1.7 release notes
- … strings in po files for fuzzy strings. The following settings to adjust the language cookie …
-
Django 1.10 release notes
- … strings. django.contrib.sessions The clearsessions management command now removes file-based sessions. django.contrib.sites The Site model …
-
Django 1.11 release notes
- … string_concat(*strings) can be replaced by format_lazy('{}' * len(strings), *strings) . For the PyLibMCCache …