openmeteo / enhydris

A database with a web interface for the storage and management of hydro/meteorological measurements and time series
GNU Affero General Public License v3.0
18 stars 11 forks source link

Replace django-rest-auth with dj-rest-auth #444

Closed aptiko closed 3 years ago

aptiko commented 3 years ago

Checklist:

django-rest-auth is unmaintained. It has been forked at dj-rest-auth, which seems to be the most popular replacement and needs minimal changes to the code.

codecov[bot] commented 3 years ago

Codecov Report

Merging #444 (24801f1) into master (228d62d) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #444   +/-   ##
=======================================
  Coverage   97.64%   97.64%           
=======================================
  Files          19       19           
  Lines        1486     1486           
=======================================
  Hits         1451     1451           
  Misses         35       35           
Impacted Files Coverage Δ
enhydris/urls.py 100.00% <ø> (ø)
enhydris/api/serializers_captcha.py 94.44% <100.00%> (ø)
enhydris/api/urls.py 100.00% <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 228d62d...24801f1. Read the comment docs.