embedded/README
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 25 Sep 2009 11:01:23 +0200
branchstable
changeset 3470 c9c8b231db7b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[forms] fix form_needs_multipart implementation problem ------- The current implementation of form_needs_multipart goes down recursively in all inlined forms to check if one of them needs a multipart enctype. If we have a relation definition as X part_of X, the previous implementation potentially lead to an infinite recursion

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)