Task #6389
Refactor serializer field mixins to avoid diamond inheritance problem
Status:
NEW
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Some of the mixins in app/serializers/fields.py define __init__
methods which can cause problems with classes that inherit from them. Refactor them so they no longer do this.
Please register to edit this issue