From 487362fa8f23d41de4db58e7408e66eb36399af0 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 6 Jul 2017 13:18:05 -0400 Subject: Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value(). Unused since a0d166306fbdc41f49e6fadf4ec84b17eb147daa. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index cee80fdbe2..c41245ac65 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -23,6 +23,9 @@ details on these changes. * ``HttpRequest.xreadlines()`` will be removed. +* Support for the ``context`` argument of ``Field.from_db_value()`` and + ``Expression.convert_value()`` will be removed. + .. _deprecation-removed-in-2.1: 2.1 -- cgit v1.3