Skip to content

Commit

Permalink
Tell zodbupdate that OFS.Image.Pdata.data is binary
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Oct 21, 2018
1 parent 707df73 commit 8c79ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Bugfixes
- Fix handling of non-ASCII characters in URLs on Python 2 introduced on 4.0b5.
(`#380 <https://github.com/zopefoundation/Zope/pull/380>`_)

- Fix zodbupdate conversion of ``OFS.Image.Pdata`` objects.


4.0b6 (2018-10-11)
------------------
Expand Down
1 change: 1 addition & 0 deletions src/OFS/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'OFS.Image File title': 'utf-8',
'OFS.Image Image title': 'utf-8',
'OFS.Image Pdata title': 'utf-8',
'OFS.Image Pdata data': 'binary',
'OFS.OrderedFolder OrderedFolder title': 'utf-8',
'OFS.userfolder UserFolder title': 'utf-8',
}

0 comments on commit 8c79ddb

Please sign in to comment.