From 5c6035d636ec76e9bc5c9d5a9a6923eaf139c6d4 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Tue, 11 Sep 2012 08:56:32 +0000 Subject: [PATCH] Updated upgrade docs for BinaryFields --- docs/upgrade.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/upgrade.rst b/docs/upgrade.rst index d01911c9..82ac7cac 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -61,6 +61,13 @@ stored in rather than as string representations. Your code may need to be updated to handle native types rather than strings keys for the results of item frequency queries. +BinaryFields +------------ + +Binary fields have been updated so that they are native binary types. If you +previously were doing `str` comparisons with binary field values you will have +to update and wrap the value in a `str`. + 0.5 to 0.6 ==========