summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2014-09-08 18:42:18 +0100
committerMarc Tamlyn <marc.tamlyn@gmail.com>2014-09-08 18:44:03 +0100
commitcbbc7131c1cb0ed40280198a5dad8f5e8023f774 (patch)
treee2d4efd1f801e4758cb3f1438c00a164abd5fa53 /docs
parent5f3806b8612efca45dba1a75b29ad1bbbc12a7ca (diff)
Removed dead link in release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 209e967865..d104b3703e 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 :meth:`~django.db.models.Field.to_python` method on assignment
-as was the case with ``SubfieldBase``.
+not call the ``to_python()`` method on assignment as was the case with
+``SubfieldBase``.