Hi:
I am creating a DRF project. I wanna use traditional DjangoModelPermissions. I put this on settings.py and It works fine: REST_FRAMEWORK = { 'DEFAULT_PERMISSION_CLASSES': [ 'rest_framework.permissions.DjangoModelPermissions' ], But all authenticated users can access reading all data. Even if they had no reading permission. How can I prevent reading permissions? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e5ef4806-4bab-4bb7-8730-f6b750fa4a13n%40googlegroups.com.