- Language: en
8 results for subtraction in version 3.2
-
Django 1.10 release notes
- … subtraction you must set the supports_temporal_subtraction database feature flag to True and implement …
-
Making queries
- … subtraction, multiplication, division, modulo, and power arithmetic with F() objects, both with constants and with …
-
Time zones
- … subtract one year directly from a given date: >>> import datetime >>> def one_year …
-
Django 1.10.6 release notes
- … subtracting DurationField or IntegerField from DateField ( #27828 ). Fixed query expression date subtraction accuracy on PostgreSQL …
-
Django 3.0.3 release notes
- … subtracting DateField , DateTimeField , or TimeField from a Subquery() annotation ( #31133 ). Fixed a regression in Django …
-
Measurement Objects
- … Subtracting 5 kilometers from 5 miles 1.89314403881 mi Two Distance objects multiplied together will yield …
-
Django 3.0.4 release notes
- … subtracting DateField or DateTimeField expressions on MySQL ( #31312 ). Fixed a regression in Django 3.0 that …
-
Query Expressions
- … subtraction, multiplication, division, modulo arithmetic, and the power operator on query expressions, using Python constants …