Skip to content

Commit

Permalink
Updated upgrade docs for BinaryFields
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Sep 11, 2012
1 parent a2183e3 commit 5c6035d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========

Expand Down

0 comments on commit 5c6035d

Please sign in to comment.