summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2017-07-15 06:56:01 +0500
committerTim Graham <timograham@gmail.com>2017-07-14 21:56:01 -0400
commit504ce3914fa86a58f29f5369a806f3fe56a0d59a (patch)
tree2ea8fe823b87196d6344fb1b3c5b318f71d7ffb8 /docs
parent5debbdfcc84266703191e084914998e38f5f52eb (diff)
Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _output_field).
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 8b41076aa7..81162e549f 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -551,6 +551,9 @@ Miscellaneous
in the cache backend as an intermediate class in ``CacheKeyWarning``'s
inheritance of ``RuntimeWarning``.
+* Renamed ``BaseExpression._output_field`` to ``output_field``. You may need
+ to update custom expressions.
+
.. _deprecated-features-2.0:
Features deprecated in 2.0