Introduction
Introspection functionality has been added to fields.
Change overview
- The
Field
interface now hasintrospect()
method that returns a dictionary describing the field. - Conformity is now Python 3 compatible.
Introspection functionality has been added to fields.
Field
interface now has introspect()
method that returns a dictionary describing the field.