From 54026f1e8d0de7dbd0e718fe326ba12666a8d2e9 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 2 May 2015 21:27:44 +0200 Subject: Renamed value_to_db_xxx to adapt_xxxfield_value. This mirrors convert_xxxfield_value nicely, taking advantage of the adapter/converter terminology which is commonly used by DB-API modules. --- docs/releases/1.9.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index f0c8a345bc..41dadd295c 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -323,6 +323,10 @@ Database backend API in ``DatabaseOperations.get_db_converters()``. +* The ``DatabaseOperations.value_to_db_()`` methods were renamed to + ``adapt_field_value()`` to mirror the ``convert_field_value()`` + methods. + Default settings that were tuples are now lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3