- Language: en
13 results for dates and times in version 1.11
-
Django 1.6 release notes
- … time zone support is active. Use QuerySet.datetimes() instead. date_hierarchy requires time zone definitions The date …
-
Django 1.2 release notes
- … date formats, instead of writing this: from django.utils.translation import get_date_formats date_format , datetime_format , time …
-
Django 1.4 release notes
- … time-zone aware mode. In this mode, Django stores date and time information in UTC in the database …
-
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 …
-
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 1.8 release notes
- … Date and time related arithmetic has also been improved on all backends. There is a corresponding …
-
Django 1.11 release notes
- … date headers in the local time zone rather than in UTC. EmailMessage.attach() and attach_file …
-
Archive of security issues
- … date, a brief description, the CVE identifier if applicable, a list of affected versions, a link to the full disclosure and links to the appropriate patch(es). Some important caveats apply to this information: Lists …
-
Django 1.5 release notes
- … Django 1.5 release notes February 26, 2013 Welcome to Django 1.5! These release notes cover …
-
Django 1.3 release notes
- … Django 1.3 release notes March 23, 2011 Welcome to Django 1.3! Nearly a year in …
-
Django 1.4.2 release notes
- … Django 1.4.2 release notes October 17, 2012 This is the second security release in the …
-
Django 1.6.1 release notes
- … times (#21488, #17181). Fixed a regression that unnecessarily triggered settings configuration when importing get_wsgi_application (#21486). Fixed test client logout() method when using the cookie-based session backend (#21448). Fixed a crash when …