1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.

This commit is contained in:
Simon Charette
2024-12-07 10:07:55 -05:00
committed by Sarah Boyce
parent a0db341c3c
commit b0b3024720
5 changed files with 3 additions and 11 deletions

View File

@@ -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`
-------------------------