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:
@@ -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
|
||||
=====================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user