Code

Reverted a change in hyperdb so the default value for missing property
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 11 Oct 2001 00:17:51 +0000 (00:17 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 11 Oct 2001 00:17:51 +0000 (00:17 +0000)
commitf8e153361e8f66a0ec9aac0d007d2033f4beb6d0
tree2e61714dc00d42d42177f47a074e642f2b4a02ab
parent1dcddf5cb9db9f764f98e24b42380832a24b0d29
Reverted a change in hyperdb so the default value for missing property
values in a create() is None and not '' (the empty string.) This obviously
breaks CSV import/export - the string 'None' will be created in an
export/import operation.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@291 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/announcement.txt
roundup/hyperdb.py