Releases: sunscrapers/djoser
Releases · sunscrapers/djoser
2.3.4
Compare
Sorry, something went wrong.
No results found
return 404 Not Found instead of an unhandled server error when requesting social authentication for a provider that is not configured #893
return 400 Bad Request instead of a server error when the social auth provider is unreachable while completing authentication #893
2.3.4a1
Compare
Sorry, something went wrong.
No results found
Pre-release of 2.3.4.
return 404 Not Found instead of an unhandled server error when requesting social authentication for a provider that is not configured #893
return 400 Bad Request instead of a server error when the social auth provider is unreachable while completing authentication #893
2.3.3
Compare
Sorry, something went wrong.
No results found
revert change from 2.3.2 that was limiting the users to install Djoser only with Django version lower than 4. Incorrect bug ticket #866 and follow up regression #886
2.3.2
Compare
Sorry, something went wrong.
No results found
add Persian translations #881
add Django 5.2 and Python 3.13 support #882
allow dynamic serializer configuration from settings in provider auth view #832
fix djoser automatically installing the latest django version, if possible #866
2.3.1
Compare
Sorry, something went wrong.
No results found
add support for Django 5.1.1 (mails serialization was failing) #842
remove django-templated-mail from deps #846
2.3.0
Compare
Sorry, something went wrong.
No results found
a potentially breaking change: fix vuln where users were given tokens if the given password was correct, but they haven't passed Django internal AUTHENTICATION_BACKENDS #795
2.2.3
Compare
Sorry, something went wrong.
No results found
add support for protocol, domain and site name customization in the email contents #781
remove unused inactive_account serializer error, not in use since Django 1.10 b02c422
add catalan translations, update spanish translations #826
move serializers for TokenDestroyView and SignupRequestView to class level, so the OpenAPI schema can be automatically generated #817
fixed typo SingupRequestView -> SignupRequestView #817
2.2.2
Compare
Sorry, something went wrong.
No results found
fix regression: rollback path changes as it resulted in regressions for some #778
add Django 5 to test suite pipeline - consider it being supported #772
fix in docs 641b824
2.2.1
Compare
Sorry, something went wrong.
No results found
2.2.0
Compare
Sorry, something went wrong.
No results found
add WebAuthn support
add translations: Japanese, German, Brazilian
add support for Django 3 and 4, drop support for Django 2
drop support for Python 3.7
use safe urls in templates
renamed ID_FIELD to USER_ID_FIELD