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
#!/usr/bin/env python
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()