We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f3e7b commit 5a88e7bCopy full SHA for 5a88e7b
oauth2_provider/views/application.py
@@ -12,6 +12,7 @@ class ApplicationOwnerIsUserMixin(LoginRequiredMixin):
12
This mixin is used to provide an Application queryset filtered by the current request.user.
13
"""
14
model = get_application_model()
15
+ fields = '__all__'
16
17
def get_queryset(self):
18
queryset = super(ApplicationOwnerIsUserMixin, self).get_queryset()
0 commit comments