Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(api): rename custom ModelSerializers
Rename ModelSerializers used for custom endpoints to avoid clashes with default generic serializers for entities defined in apis_core/api_routers.py. (Swagger UI generates warnings on identically named Serializers; Django REST framework api view remains unaffected.)
- Loading branch information