- Language: en
71 results for dates and times in version 1.10
-
PostgreSQL specific database functions
- … date and time on the database server that the current transaction started. If you are not in a transaction …
-
Django 1.9 release notes
- … date lookup to DateTimeField to allow querying the field by only the date portion. Added the Greatest and Least database functions. Added the Now database function, which returns the current date and time …
-
Format localization
- … dates, times and numbers in templates using the format specified for the current locale . It also …
-
Form fields
- … date , invalid_time Takes two optional arguments: input_date_formats A list of formats used …
-
Django 1.10 release notes
- … date and time filters when no format string is specified. The DATE_FORMAT and TIME …
-
Django 1.7 release notes
- … times with different querysets. See prefetch_related() for more details. Admin shortcuts support time zones The “today” and “now” shortcuts next to date …
-
Writing your first Django app, part 2
- … date" timestamp with time zone NOT NULL ); -- -- Add field question to choice -- ALTER TABLE …
-
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 …