1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #16211 -- Added comparison and negation ops to F() expressions

Work done by Walter Doekes and Trac alias knoeb. Reviewed by Simon
Charette.
This commit is contained in:
Anssi Kääriäinen
2012-09-30 17:51:06 +03:00
parent ddd7d1af20
commit 28abf5f0eb
7 changed files with 150 additions and 22 deletions

View File

@@ -176,6 +176,10 @@ Django 1.5 also includes several smaller improvements worth noting:
:setting:`DEBUG` is `True` are sent to the console (unless you redefine the
logger in your :setting:`LOGGING` setting).
* :ref:`F() expressions <query-expressions>` now support comparison operations
and inversion, expanding the types of expressions that can be passed to the
database.
Backwards incompatible changes in 1.5
=====================================