test/data/server_migration/2.6.0_Any.sql
author |
Sylvain Thénault <sylvain.thenault@logilab.fr> |
|
Wed, 20 Jan 2010 10:06:12 +0100 |
changeset 4277 |
35cd057339b2 |
parent 4021 |
280c910c8710
|
permissions |
-rw-r--r-- |
turn all the stuff used to handle 'generic relations' in forms into proper
field / widget.
-> regroup code from web.request, web.controller, web.views.autoform, web.views.formrenderers,
web.views.editcontroller (!) into GenericRelationsField, GenericRelationsWidget in the editviews
module (together with the UnrelatedDiv view).
So:
* almost everything in one place
* no more specific behaviour in the form renderer
* almost no custom behaviour in autoform (simply add the field when it think it should)
Also, the form renderer now display field's value with colspan=2 when field.label is None.