diff options
| author | Tim Graham <timograham@gmail.com> | 2018-12-27 19:58:22 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-17 10:52:19 -0500 |
| commit | da5eb3d56c4bfd1bd5ed99d52441d90f9695b5ac (patch) | |
| tree | 0c4a662676b925e8d3ba7471b20236be0eb1e9fd /docs | |
| parent | 7c66aaa2b6a427fc85131c97cbf6c816c2f07aa0 (diff) | |
Refs #28370 -- Removed support for the context arg of Field.from_db_value() and Expression.convert_value().
Per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 9b2df51f6f..b49708f675 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -244,6 +244,9 @@ to remove usage of these features. * ``HttpRequest.xreadlines()`` is removed. +* Support for the ``context`` argument of ``Field.from_db_value()`` and + ``Expression.convert_value()`` is removed. + See :ref:`deprecated-features-2.1` for details on these changes, including how to remove usage of these features. |
