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:
committed by
Sarah Boyce
parent
a0db341c3c
commit
b0b3024720
@@ -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`
|
||||
-------------------------
|
||||
|
||||
Reference in New Issue
Block a user