Updated upgrade docs for BinaryFields

This commit is contained in:
Ross Lawley 2012-09-11 08:56:32 +00:00
parent a2183e3dcc
commit 5c6035d636

View File

@ -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
==========