Skip to content
Snippets Groups Projects
Commit 3ff518fa authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

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.
parent dc8469ae
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment