From f9419a6dc0bd0c1ec3c6b4176a1fa8cadc755cf4 Mon Sep 17 00:00:00 2001 From: Marc Tamlyn Date: Mon, 8 Sep 2014 18:54:34 +0100 Subject: [PATCH] Revert "Removed dead link in release notes." This reverts commit cbbc7131c1cb0ed40280198a5dad8f5e8023f774. --- docs/releases/1.8.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index d104b3703e..209e967865 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -742,5 +742,5 @@ will be removed in Django 2.0. Historically, it was used to handle fields where type conversion was needed when loading from the database, but it was not used in ``.values()`` calls or in aggregates. It has been replaced with :meth:`~django.db.models.Field.from_db_value`. Note that the new approach does -not call the ``to_python()`` method on assignment as was the case with -``SubfieldBase``. +not call the :meth:`~django.db.models.Field.to_python` method on assignment +as was the case with ``SubfieldBase``.