- Language: en
23 results for locals in version 1.8
-
Settings
- … locales have different formats. For example, U.S. English would say “January 2006,” whereas another locale …
-
Form fields
- … localize Field. localize The localize argument enables the localization of form data input, as well …
-
Middleware
- … Locale middleware class LocaleMiddleware [source] Enables language selection based on data from the request. It customizes …
-
django-admin and manage.py
- … localization . Use the --locale option (or its shorter version -l ) to specify the locale(s) to process …
-
Built-in template tags and filters
- … locale and if Format localization is enabled, e.g.: It is {% now "SHORT_DATETIME_FORMAT …
-
The staticfiles app
- … local development, should never be used in production and is only available if the staticfiles …
-
Model Form Functions
- … localized_fields is a list of names of fields which should be localized. labels is a dictionary …
-
Widgets
- … localized numbers in number input types. Django itself avoids using them for fields having their …
-
Django Utils
- … locale ( language ) [source] Turns a language name (en-us) into a locale name (en_US). templatize …
-
Model field reference
- … localize is False or TextInput otherwise. Note For more information about the differences between the FloatField …