- Language: en
77 results for dates and times in version 3.2
-
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 …
-
Django 2.0 release notes
- … date_sql() , datetime_cast_time_sql() , datetime_trunc_sql() , datetime_extract_sql() , and date_interval …
-
Writing your first Django app, part 2
- … date" timestamp with time zone NOT NULL ); -- -- Create model Choice -- CREATE TABLE "polls …
-
Translation
- … DATE_FORMAT DATE_INPUT_FORMATS DATETIME_FORMAT DATETIME_INPUT_FORMATS DECIMAL_SEPARATOR FIRST_DAY_OF_WEEK MONTH_DAY_FORMAT NUMBER_GROUPING SHORT_DATE_FORMAT SHORT_DATETIME_FORMAT THOUSAND_SEPARATOR TIME …
-
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 …