- Language: en
20 results for dates and times in version 1.10
-
Settings
- … date format strings . See also DATETIME_FORMAT , TIME_FORMAT and SHORT_DATE_FORMAT . DATE_INPUT …
-
Built-in template tags and filters
- … date | date :"j" }} </ a > {% endfor %} If given one or more variables, check whether any variable has changed. For example, the following shows the date every time …
-
Widgets
- … time values will be set to 0 . New in Django 1.9: In older versions, this attribute was only defined on the date …
-
Django Utils
- … date ( epoch_seconds=None ) [source] Formats the time to match the RFC 1123 date format …
-
PostgreSQL specific database functions
- … date and time on the database server that the current transaction started. If you are not in a transaction …
-
Form fields
- … date , invalid_time Takes two optional arguments: input_date_formats A list of formats used …
-
Model field reference
- … time zone at the time the object gets saved. This is enforced by Model.validate_unique() during model validation but not at the database level. If any unique_for_date …
-
Date-based mixins
- … date_field The name of the DateField or DateTimeField in the QuerySet ’s model that the date-based archive should use to determine the list of objects to display on the page. When time …
-
The Django admin site
- … dates are in one month, it’ll show the day-level drill-down only. Note date_hierarchy uses QuerySet.datetimes() internally. Please refer to its documentation for some caveats when time …
-
Database Functions
- … date up to kind which allows grouping or filtering dates with less precision. expression can have an output_field of either DateField or DateTimeField . Since DateField s don’t have a time …