cdriehuys / django-rest-email-auth

Django app to handle authentication and registration by email.
https://pypi.python.org/pypi/django-rest-email-auth/
MIT License
13 stars 5 forks source link

feat: Support Django 4.0 #101

Closed cdriehuys closed 1 year ago

cdriehuys commented 2 years ago

Closes #97

codecov[bot] commented 2 years ago

Codecov Report

Merging #101 (a792d36) into master (6e28c9c) will not change coverage. The diff coverage is n/a.

:exclamation: Current head a792d36 differs from pull request most recent head 1ad8a53. Consider uploading reports for the commit 1ad8a53 to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##            master      #101   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          350       337   -13     
  Branches        14        14           
=========================================
- Hits           350       337   -13     
Impacted Files Coverage Δ
rest_email_auth/models.py 100.00% <0.00%> (ø)
rest_email_auth/app_settings.py 100.00% <0.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 6e28c9c...1ad8a53. Read the comment docs.