pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

Would be nice to be able to tweak order and insert fields after configure(include=...) #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to be able to call something like:

fs = FieldSet(model)
fs.configure(include=[field1, field2, field3])

do some things and later, call:

fs.insert_field_after('field2', field2dot5)

and have the FieldSet updated with the field2dot5 inserted between field2
and field3.

Original issue reported on code.google.com by wackysa...@gmail.com on 30 Mar 2009 at 5:19

GoogleCodeExporter commented 9 years ago
see comments to #84

Original comment by jbel...@gmail.com on 31 Mar 2009 at 3:22