|
@@ -13,9 +13,13 @@ more complex computations.
|
|
|
Supported arithmetic
|
|
|
====================
|
|
|
|
|
|
-Django supports addition, subtraction, multiplication, division, modulo
|
|
|
-arithmetic, and the power operator on query expressions, using Python constants,
|
|
|
-variables, and even other expressions.
|
|
|
+Django supports negation, addition, subtraction, multiplication, division,
|
|
|
+modulo arithmetic, and the power operator on query expressions, using Python
|
|
|
+constants, variables, and even other expressions.
|
|
|
+
|
|
|
+.. versionchanged:: 2.1
|
|
|
+
|
|
|
+ Support for negation was added.
|
|
|
|
|
|
Some examples
|
|
|
=============
|