Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

53 lines (46 loc) · 1.82 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

PyPi: https://pypi.org/project/django-rest-passwordreset/.

Added

  • Support for Django 3.x, DRF 3.1x

Changed

  • Dropped support for Python 2.7 and 3.4, Django 1.11, 2.0 and 2.1, DRF < 3.10

Added

  • Token validation endpoint (#45, #59, #60)
  • Dynamic lookup field for email (#31)

Changed

  • Fixes #34
  • PRs #40, #51, #54, #55

Added

  • Browseable API support, validations (#24)
  • Customized token generation (#20)
  • Clear expired tokens (#18)
  • Fixes #8 (again), #11
  • Fixes #8
  • Fixes #4
  • PR #1
  • Maintenance Release
  • Maintenance Release
  • Initial Release