anexia / drf-multitokenauth

An extension to Django-Rest-Frameworks Token Authentication, enabling a user to have multiple authorization tokens
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Fixed providing_args when using signals that caused RemovedInDjango40Warning warnings #25

Closed mikelandzelo173 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #25 (7079d67) into master (60ac141) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   90.20%   90.27%   +0.06%     
==========================================
  Files          10       10              
  Lines         143      144       +1     
==========================================
+ Hits          129      130       +1     
  Misses         14       14              
Impacted Files Coverage Δ
django_rest_multitokenauth/signals.py 100.00% <100.00%> (ø)
django_rest_multitokenauth/urls.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 60ac141...7079d67. Read the comment docs.

nezhar commented 2 years ago

According to https://docs.djangoproject.com/en/dev/releases/4.0/ the The providing_args argument for django.dispatch.Signal is removed.