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 b6af819 commit 574df83Copy full SHA for 574df83
oauth2_provider/forms.py
@@ -25,4 +25,4 @@ class RegistrationForm(forms.ModelForm):
25
"""
26
class Meta:
27
model = get_application_model()
28
- fields = ('name', 'client_id', 'client_secret', 'client_type', 'authorization_grant_type', 'redirect_uris')
+ fields = '__all__'
0 commit comments