- Language: en
107 results for locals in version 5.2
-
Localizing Django
- … locale. See Format localization for details. The format files aren’t managed by the use of Transifex …
-
Format localization
- … localize on %} {{ value }} {% endlocalize %} {% localize off %} {{ value }} {% endlocalize %} When localization is disabled, the localization settings …
-
Internationalization and localization
- … localization. Usually done by developers. localization Writing the translations and local formats. Usually done by translators …
-
Creating forms from models
- … localization for fields with localized_fields Using the localized_fields parameter, you can enable localization …
-
Settings
- … localization . It serves three purposes: If the locale middleware isn’t in use, it decides …
-
Translation
- … locale directory. All those catalogs plus all catalogs found in LOCALE_PATHS (which are always …
-
Writing documentation
- … local machine If you’d like to start contributing to our docs, get the development …
-
Porting your apps from Django 0.96 to 1.0
- … Local flavors U.S. local flavor django.contrib.localflavor.usa has been renamed to django.contrib.localflavor.us . This change was made …
-
Form fields
- … localize Field. localize The localize argument enables the localization of form data input, as well …
-
Django 1.2 release notes
- … locale. Django will also use localized formats when parsing data in forms. See Format localization …