iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.63k stars 304 forks source link

app Settings Configuration #491

Closed aaxbut closed 1 year ago

aaxbut commented 1 year ago

In documentation https://dj-rest-auth.readthedocs.io/en/latest/configuration.html#configuration for customizing serializer need to specify in REST_AUTH but in code app_settings for customizing serializer need specify REST_AUTH_SERIALIZERS for it. may need change documentation or some else?

kiraware commented 1 year ago

Can you explain more? Because REST_AUTH_SERIALIZERS is removed in 3.0.0. What is your dj-rest-auth version?

aaxbut commented 1 year ago

@kiraware ok, my version is 2.2.5... update, thx

kiraware commented 1 year ago

Your welcome :)