The units CF property of each field.
fl.units is equivalent to cf.List(f.units for f in fl).
fl.units = value is equivalent to for f in fl: f.units = value.
del fl.units is equivalent to for f in fl: del f.units.
See cf.Field.units for details.
cf.FieldList.title
cf.FieldList.valid_max
Enter search terms or a module, class or function name.