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

Address deprecation warning emitted by django 3.1 #44

Merged
merged 1 commit into from
Aug 14, 2020

Conversation

ticosax
Copy link
Contributor

@ticosax ticosax commented Aug 13, 2020

RemovedInDjango40Warning: The providing_args argument is deprecated.
As it is purely documentational, it has no replacement.
If you rely on this argument as documentation,
you can move the text to a code comment or docstring.

```
RemovedInDjango40Warning: The providing_args argument is deprecated.
As it is purely documentational, it has no replacement.
If you rely on this argument as documentation,
you can move the text to a code comment or docstring.
```
@codecov
Copy link

codecov bot commented Aug 13, 2020

Codecov Report

Merging #44 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #44   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        40           
  Lines         1080      1080           
=========================================
  Hits          1080      1080           
Impacted Files Coverage Δ
django_structlog/celery/signals.py 100.00% <100.00%> (ø)
django_structlog/signals.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 ff236b6...0f56ca5. Read the comment docs.

@jrobichaud jrobichaud merged commit a4a16d7 into jrobichaud:master Aug 14, 2020
@jrobichaud
Copy link
Owner

Fixed in 1.6.1

@jrobichaud
Copy link
Owner

Thanks @ticosax

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.

2 participants