From da2c6959c8da20ff9e4ebc5e68e2be44930116cd Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 2 May 2015 22:26:27 +0200 Subject: Dropped the needs_datetime_string_cast feature. It has been superseded by the converter infrastructure. --- docs/releases/1.9.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index ebf2ce45c4..28bd915a23 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -326,6 +326,8 @@ Database backend API fetched from the database is to register a converter for ``DateTimeField`` in ``DatabaseOperations.get_db_converters()``. + The ``needs_datetime_string_cast`` database feature was removed. Database + backends that set it must register a converter instead, as explained above. * The ``DatabaseOperations.value_to_db_()`` methods were renamed to ``adapt_field_value()`` to mirror the ``convert_field_value()`` -- cgit v1.3