There are now two types of support for custom fields:
- Extending the introspector, which allows introspection of most field implementations, without editing their source. (recommended)
- the south_field_triple method, which lets you provide details for even the most complex fields, if you can edit the source.
