requirements/dev.txt
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 18 Feb 2016 14:22:07 +0100
changeset 11897 2ceb0bfa4b3f
parent 11478 1817f8946c22
child 11899 bf6106b91633
permissions -rw-r--r--
[autoform] Avoid two calls to field.process_form for the same field in some cases when some entity is being created and data include non-inlined relations, the values for this relation are now stored for later usage, avoiding two calls to field's process_form method, which may be unexpected for custom fields. This has been discovered in saem_ref#f5444b1f9770. Reorganize imports in the test along the way.

pytest