Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 444 Bytes

HISTORY.rst

File metadata and controls

27 lines (18 loc) · 444 Bytes

Unreleased

  • Remove unsupported Django code
  • Added __str__() definitions for models
  • Use path instead of re_path for some URLs

0.8.6

  • Django 5 support
  • default to JSONSerializer

0.8.4

  • fix password_reset_complete view (settings.LOGIN_URL problem)

0.8.3

  • correct buggy behaviour on password reset

0.8.2

  • corrected buggy behaviour when changed password of user without PasswordProfile entry