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.
2 parents 054c3ef + 5a88e7b commit 0c53660Copy full SHA for 0c53660
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