- Language: en
6 results for subtraction in version 2.0
-
Django 1.10 release notes
- … subtraction you must set the supports_temporal_subtraction database feature flag to True and implement …
-
Django 1.10.6 release notes
- … subtracting DurationField or IntegerField from DateField ( #27828 ). Fixed query expression date subtraction accuracy on PostgreSQL …
-
Making queries
- … subtraction, multiplication, division, modulo, and power arithmetic with F() objects, both with constants and with …
-
Measurement Objects
- … Subtracting 5 kilometers from 5 miles 1.89314403881 mi Two Distance objects multiplied together will yield …
-
Query Expressions
- … subtraction, multiplication, division, modulo arithmetic, and the power operator on query expressions, using Python constants …
-
Time zones
- … subtract datetime.timedelta as needed. I see lots of RuntimeWarning: DateTimeField received a naive datetime (YYYY …