skeleton/MANIFEST.in
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 21 Dec 2009 19:45:24 +0100
changeset 4159 6b2b20c73d59
parent 1565 cc68fc4ae11e
child 4671 00d139c5f386
permissions -rw-r--r--
refactor form field value handling, to get a nicer api and an easier algorithm to get field's value Details: * new .typed_value / .display_value on fields * droped form_field_value on form * .value attribute of field instead of .initial * nicer field's __init__, allowing to give a lambda as value's value

include *.py

recursive-include data external_resources *.gif *.png *.css *.ico *.js
recursive-include i18n *.pot *.po
recursive-include migration *.py