minor: optimize permissions queries
Compare changes
Files
12+ 2
− 0
@@ -9,6 +9,7 @@ from django.utils.datetime_safe import date
@@ -129,6 +130,7 @@ class LDPDummy(Model):
Closes #298 (closed)
This MR potentially introduces breaking changes for custom LDPPermissions
subclasses
Made this a minor
update to reflect that
Documentation:
FilterBackends
to be used in the LDPViewSet
nested serializerDjangoLDP-Circle tests at least are failing, and other packages which use custom permissions classes will need some changes too