* Refactored to use a generic serializer created on the fly. This is potentially a breaking change if you overrode the `get_serializer` method of the `build_data_models` command.
* This has been replaced by a view method called `get_serializer_class_name`.
* The serializer is now built on-the-fly rather than by the code generator.