cf
Field.
attributes
A dictionary of the attributes which are not CF properties.
>>> f.attributes {} >>> f.foo = 'bar' >>> f.attributes {'foo': 'bar'} >>> f.attributes.pop('foo') 'bar' >>> f.attributes {'foo': 'bar'}
cf.Field.select
cf.Field.Flags
Enter search terms or a module, class or function name.