diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index b6c44c43f8..907159e36d 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -399,6 +399,8 @@ backends. * The new :meth:`Model._is_pk_set() <django.db.models.Model._is_pk_set>` method allows checking if a Model instance's primary key is defined. +* ``BaseDatabaseOperations.adapt_decimalfield_value()`` is now a no-op, simply + returning the given value. :mod:`django.contrib.gis` ------------------------- |
