Create mixin for inheriting default API permissions
Added a viewset mixin which causes the viewset to inherit the default permissions defined for the API in the settings file, rather than overwriting them if any permission classes are specified in the class definition. This helps to allow global control of unauthenticated access with a single settings variable (see previous commit).
Loading
Please register or sign in to comment