* Fix a bug related to setting of many-to-one extras on create operations.
0.2.1
* Add better handling of choices fields. Fixes 5. * Fix handling of "exact" m2m and m2o extras. * Improve m2o handling of exact and remove extras.
0.2.0
* Add the `field_types` meta-field, which allows users to override converted field types.
0.1.0
* Improve test environment * Add `check_permissions` and `get_permissions` methods. The methods can be overridden to provide custom permissions handling. * Fix issue with `required`-handling for fields with choices. * Add queryset handling to delete mutations. * Add field validation. * Add `before_mutate`, `before_save` and `after_mutate` hooks.
0.0.16
* Fix bug related to conversion of filter fields.
0.0.15
* Fix bug with many to many extras type extraction