Commit 3d5e28e5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

2011-02-24 Kazuhiko

* make the default of 'language' property an empty string instead of None, so that we can make a query like language in ('en', '').

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43660 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fdf81a85
......@@ -49,6 +49,10 @@
<key> <string>portal_type</string> </key>
<value> <string>Standard Property</string> </value>
</item>
<item>
<key> <string>property_default</string> </key>
<value> <string>string:</string> </value>
</item>
</dictionary>
</pickle>
</record>
......
2011-02-24 Kazuhiko
* make the default of 'language' property an empty string instead of None, so that we can make a query like language in ('en', '').
\ No newline at end of file
4
\ No newline at end of file
5
\ No newline at end of file
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