Skip to content

Commit

Permalink
Added default serializer description to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed May 11, 2019
1 parent 1d2835d commit 347b7cd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/detailed_configuration/register_email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@ Then the verification workflow looks as follows:
and then show a message to the user depending on the response from
backend server.

Default serializers
-------------------

.. _default-register-email-serializer:

DefaultRegisterEmailSerializer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: rest_registration.api.serializers.DefaultRegisterEmailSerializer
:members:

List of settings
----------------

Expand Down
11 changes: 11 additions & 0 deletions docs/detailed_configuration/reset_password.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,17 @@ Then the verification workflow looks as follows:
and then show a message to the user depending on the response from
backend server.

Default serializers
-------------------

.. _default-send-reset-password-link-serializer:

DefaultSendResetPasswordLinkSerializer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: rest_registration.api.serializers.DefaultSendResetPasswordLinkSerializer
:members:

List of settings
----------------

Expand Down

0 comments on commit 347b7cd

Please sign in to comment.