diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-05-02 21:27:44 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-05-17 09:39:34 +0200 |
| commit | 54026f1e8d0de7dbd0e718fe326ba12666a8d2e9 (patch) | |
| tree | c36a9046caf916328b24d0c6422490b978c66b65 /docs | |
| parent | d9521f66b1851b0eacd55bc78f801dc64123e333 (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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_<type>()`` methods were renamed to + ``adapt_<type>field_value()`` to mirror the ``convert_<type>field_value()`` + methods. + Default settings that were tuples are now lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
