dfunckt / django-rules

Awesome Django authorization, without the database
MIT License
1.86k stars 148 forks source link

Decouple viewset mixins from model mixins[Draft / POC] #157

Open sergioisidoro opened 2 years ago

sergioisidoro commented 2 years ago

⚠️ Base branch is #156

Based on the discussion of #155 to attempt to fully decouple the viewsets mixins from the ModelMixin, making them fully optional for DRF and Django viewsts.

Note: Documentation still needs to be updated.