- Language: en
81 results for string in version 5.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 4.2 release notes
- … string literals which caused ambiguity on whether string literals were already encoded from database backend …
-
Django 1.5 release notes
- … string. If you are using {{ year }} in your templates, you must replace it with {{ year …
-
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 …