- Language: en
131 results for format in version 3.2
-
Format localization
- … formatted in different ways, depending on the formats for their current locale. The formatting system …
-
Settings
- … format strings . See also DATETIME_FORMAT , TIME_FORMAT and SHORT_DATE_FORMAT . DATE_INPUT_FORMATS …
-
Translation
- … FORMAT SHORT_DATETIME_FORMAT THOUSAND_SEPARATOR TIME_FORMAT TIME_INPUT_FORMATS YEAR_MONTH_FORMAT This …
-
Django 1.2 release notes
- … formats date_format = formats . get_format ( 'DATE_FORMAT' ) datetime_format = formats . get_format …
-
Serializing Django objects
- … formats. Usually these other formats will be text-based and used for sending Django data …
-
Django 1.4 release notes
- … format string. For example a Spanish localization format previously only escaped the d format character …
-
The Forms API
- … format '1994-07-15' , a datetime.date object, or a number of other formats, DateField will …
-
Localizing Django
- … formatting particularities of your locale. See Format localization for details. The format files aren’t managed …
-
Outputting CSV with Django
- … format. You can use either of these techniques to output any text-based format you can dream …
-
Outputting PDFs with Django
- … formats Notice that there isn’t a lot in these examples that’s PDF-specific …