Code

Fixed serialisation problem by moving the serialisation step out of the
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 3 Apr 2002 05:54:31 +0000 (05:54 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 3 Apr 2002 05:54:31 +0000 (05:54 +0000)
commit34d0f9a7351e474939203bb06ca98f100625b2b2
tree8a1e9ea20ababdb4c21258d006cb93f6bd0973b5
parentc69d7a93b4a4135d927f5176f6efbfcefe0e723e
Fixed serialisation problem by moving the serialisation step out of the
hyperdb.Class (get, set) into the hyperdb.Database.

Also fixed htmltemplate after the showid changes I made yesterday.

Unit tests for all of the above written.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@690 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/backends/back_anydbm.py
roundup/backends/back_bsddb.py
roundup/htmltemplate.py
roundup/hyperdb.py
test/test_db.py
test/test_htmltemplate.py