1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Removed versionadded/changed annotations for 1.9.

This commit is contained in:
Tim Graham
2016-05-20 10:50:51 -04:00
parent 1915a7e5c5
commit 46a38307c2
67 changed files with 15 additions and 731 deletions

View File

@@ -10,10 +10,6 @@ number of built-in expressions (documented below) that can be used to help you
write queries. Expressions can be combined, or in some cases nested, to form
more complex computations.
.. versionchanged:: 1.9
Support for using expressions when creating new model instances was added.
Supported arithmetic
====================