Skip to content

Commit

Permalink
Merge pull request #331 from nattyg93/patch-1
Browse files Browse the repository at this point in the history
Fix docs settings typo
  • Loading branch information
mariodev committed May 31, 2017
2 parents cbda9ee + 937162b commit eb9e6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Expand Up @@ -36,7 +36,7 @@ Configuration
You can define your custom serializers for registration endpoint.
Possible key values:

- REGISTER_SERIALIZER - serializer class in ``rest_auth.register.views.RegisterView``, default value ``rest_auth.registration.serializers.RegisterSerializer``
- REGISTER_SERIALIZER - serializer class in ``rest_auth.registration.views.RegisterView``, default value ``rest_auth.registration.serializers.RegisterSerializer``

.. note:: The custom REGISTER_SERIALIZER must define a ``def save(self, request)`` method that returns a user model instance

Expand Down

0 comments on commit eb9e6eb

Please sign in to comment.