Releases: sunscrapers/djoser
Releases · sunscrapers/djoser
2.3.1
2.3.0
2.2.3
- 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
2.2.1
- add Indonesian translations #718
- add Django 4.2 support #741
- fix: return 204 instead of 400 if no user found #721
- minor change/fix in a few translations https://github.com/sunscrapers/djoser/pull/654/files https://github.com/sunscrapers/djoser/pull/746/files
- minor change in the user activation template https://github.com/sunscrapers/djoser/pull/731/files
2.2.0
Release 1.1.5
Bugfix release. List of changes:
- Add Steam config to testproject
- Add python egg data to .gitignore
- Update social auth serializer to use GET parameters instead of JSON data
- Update python-social-auth integration tests to use GET parameters
- Update social auth credentials in testproject to use environment variables by default
Release 1.1.4
Bugfix release. List of changes:
- Add proper validation errors for OAuth state validation
Release 1.1.3
Bugfix release. List of changes:
- Update python-social-auth load strategy invoke to use proper requests
Release 1.1.2
Bugfix release. List of changes:
- Fix: Request data is not available in python-social-auth backends