test/data/rewrite/bootstrap_cubes
author |
Sylvain Thénault <sylvain.thenault@logilab.fr> |
|
Wed, 20 Jan 2010 10:06:12 +0100 |
changeset 4277 |
35cd057339b2 |
parent 3240 |
8604a15995d1
|
child 6337 |
6686ca1826a9 |
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.