polymorphic.showfields

class polymorphic.showfields.ShowFieldBase

Bases: object

base class for the ShowField… model mixins, does the work

__init__()
class polymorphic.showfields.ShowFieldContent

Bases: ShowFieldBase

model mixin that shows the object’s class, it’s fields and field contents

__init__()
class polymorphic.showfields.ShowFieldType

Bases: ShowFieldBase

model mixin that shows the object’s class and it’s field types

__init__()
class polymorphic.showfields.ShowFieldTypeAndContent

Bases: ShowFieldBase

model mixin, like ShowFieldContent, but also show field types

__init__()