Revert "Removed dead link in release notes."

This reverts commit cbbc7131c1.
This commit is contained in:
Marc Tamlyn 2014-09-08 18:54:34 +01:00
parent 342ccbddc1
commit f9419a6dc0
1 changed files with 2 additions and 2 deletions

View File

@ -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 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 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 :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 not call the :meth:`~django.db.models.Field.to_python` method on assignment
``SubfieldBase``. as was the case with ``SubfieldBase``.