Commit f9f9773a authored by Jean-Paul Smets's avatar Jean-Paul Smets

More explicit comment.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30615 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4ae3d614
# -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# Copyright (c) 2002-2003 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2002-2003 Nexedi SARL and Contributors. All Rights Reserved.
...@@ -181,7 +182,10 @@ type_definition = { ...@@ -181,7 +182,10 @@ type_definition = {
'default' : None, 'default' : None,
'isList' : 0, 'isList' : 0,
}, },
# Used for converted documents (ex: data) # Data content is used for properties
# which intention is store large data
# such as files of BLOBs. It uses pdata
# structure.
'data' : { 'cast' : identity, 'data' : { 'cast' : identity,
'null' : ('', 'None', None,), 'null' : ('', 'None', None,),
'default' : None, 'default' : None,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment