1
0
mirror of https://github.com/django/django.git synced 2025-03-09 08:52:32 +00:00

Fixed typo in 1.8 release notes.

This commit is contained in:
Tim Graham 2014-09-04 10:23:32 -04:00
parent d7a9659110
commit 646b9ce848

View File

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