Skip to content

Releases: sunscrapers/djoser

2.3.3

13 Jul 14:35
62614b9

Choose a tag to compare

  • 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

12 Jul 14:38
ef18f77

Choose a tag to compare

  • 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

09 Nov 16:57

Choose a tag to compare

  • add support for Django 5.1.1 (mails serialization was failing) #842
  • remove django-templated-mail from deps #846

2.3.0

09 Nov 14:33

Choose a tag to compare

  • 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

07 Jun 09:32

Choose a tag to compare

  • 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

09 Nov 11:09

Choose a tag to compare

  • 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

05 Nov 16:19

Choose a tag to compare

2.2.0

16 Apr 11:39

Choose a tag to compare

  • 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

Release 1.1.5

08 Dec 17:06

Choose a tag to compare

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

08 Dec 17:05

Choose a tag to compare

Bugfix release. List of changes:

  • Add proper validation errors for OAuth state validation