The Conventions CF property of each field.
fl.Conventions is equivalent to cf.List(f.Conventions for f in fl).
fl.Conventions = value is equivalent to for f in fl: f.Conventions = value.
del fl.Conventions is equivalent to for f in fl: del f.Conventions.
See cf.Field.Conventions for details.