feat: add re-usable validator mixin for write permissions
We have introduced a system for custom field write permissions that allows administrators to control which users can write specific fields in steering. This system is based on specific model permissions in the form of: {app_label}.edit__{model_name}__{field_name} This mixin makes it easy to check said permissions simply by including it as part of the serializer.
program/tests/test_serializer_mixins.py
0 → 100644
Please register or sign in to comment