Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions oauth2_provider/views/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class ApplicationOwnerIsUserMixin(LoginRequiredMixin):
This mixin is used to provide an Application queryset filtered by the current request.user.
"""
model = get_application_model()
fields = '__all__'

def get_queryset(self):
queryset = super(ApplicationOwnerIsUserMixin, self).get_queryset()
Expand Down