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
Original issue reported on code.google.com by
wackysa...@gmail.com
on 30 Mar 2009 at 5:19