embedded/README
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 04 Jan 2010 18:58:35 +0100
branchstable
changeset 4206 cebdf8ee5ad7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[forms] edited_entity must be set before calling session_key() EntityFieldsForm.__init__ calls FieldsForm.__init__ which in turn calls self.session_key(). self.session_key() uses self.edited_key to compute the correct session key. We thus need edited_entity to be set **before** calling super's __init__. The bug only occured when EntityFieldsForm was selected because of its one_line_rset() selector instead of match_kwargs('entity').

This directory contains extra libraries which are needed
to make cubicweb work.

The mx.DateTime python implementation is directly taken from
the mx.DateTime distribution. The only modification is the
strptime function which has been mocked using the standard
``datetime`` module. (as provided by the python2.5's stdlib)