Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed providing_args when using signals that caused RemovedInDjango40Warning warnings #25

Merged
merged 1 commit into from
Oct 30, 2021
Merged

Fixed providing_args when using signals that caused RemovedInDjango40Warning warnings #25

merged 1 commit into from
Oct 30, 2021

Conversation

mikelandzelo173
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Oct 29, 2021

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
Copy link
Collaborator

nezhar commented Oct 30, 2021

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

@nezhar nezhar merged commit 1e6027e into anexia:master Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants