- Remove unsupported Django code
- Added
__str__()
definitions for models - Use path instead of re_path for some URLs
- Django 5 support
- default to JSONSerializer
- fix password_reset_complete view (settings.LOGIN_URL problem)
- correct buggy behaviour on password reset
- corrected buggy behaviour when changed password of user without PasswordProfile entry