Skip to content
Snippets Groups Projects
Konrad Mohrfeldt's avatar
Konrad Mohrfeldt authored
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.
3ff518fa
History
Name Last commit Last update