app/soc/logic/models/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 28 Feb 2009 00:41:36 +0000
changeset 1549 bd07b231fe39
parent 312 3488234b329f
child 2065 edac5ddc8ef0
permissions -rw-r--r--
Removed updateEntityProperties's transactionality entity.put() is already transactional, and all other methods called do not need transactionality (even so, it is hurtfull that they are run within a transaction). Patch by: Sverre Rabbelier