diff --git a/oauth2_provider/forms.py b/oauth2_provider/forms.py index 8f7b3ab34..16c2926ef 100644 --- a/oauth2_provider/forms.py +++ b/oauth2_provider/forms.py @@ -25,4 +25,4 @@ class RegistrationForm(forms.ModelForm): """ class Meta: model = get_application_model() - fields = ('name', 'client_id', 'client_secret', 'client_type', 'authorization_grant_type', 'redirect_uris') + fields = '__all__'