anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

Fix deprecation warnings for Django 4.0 #hacktoberfest #151

Closed anx-bhagmann closed 2 years ago

anx-bhagmann commented 2 years ago

Fixes issue #145

codecov-commenter commented 2 years ago

Codecov Report

Merging #151 (b72f59d) into master (039f2c7) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   89.84%   89.84%           
=======================================
  Files          11       11           
  Lines         256      256           
=======================================
  Hits          230      230           
  Misses         26       26           
Impacted Files Coverage Δ
django_rest_passwordreset/signals.py 100.00% <100.00%> (ø)
django_rest_passwordreset/urls.py 62.50% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 039f2c7...b72f59d. Read the comment docs.