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

Fix RemovedInDjango40Warning of providing_args #941

Closed
tkdchen opened this issue Apr 3, 2021 · 0 comments · Fixed by #990
Closed

Fix RemovedInDjango40Warning of providing_args #941

tkdchen opened this issue Apr 3, 2021 · 0 comments · Fixed by #990
Assignees
Labels
help wanted Appreciated if you can help to solve the problem. upgrade django Issues of deprecation or removal warnings due to the compatibility with new version of Django
Projects

Comments

@tkdchen
Copy link
Member

tkdchen commented Apr 3, 2021

/path/to/Nitrate/src/tcms/core/ajax.py:50: 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. post_update = Signal(providing_args=["instances", "kwargs"])

@tkdchen tkdchen added this to To do in v4.12 via automation Apr 3, 2021
@tkdchen tkdchen added upgrade django Issues of deprecation or removal warnings due to the compatibility with new version of Django help wanted Appreciated if you can help to solve the problem. labels Apr 3, 2021
@tkdchen tkdchen moved this from To do to In progress in v4.12 Oct 24, 2021
tkdchen added a commit to tkdchen/Nitrate that referenced this issue Oct 24, 2021
Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
@tkdchen tkdchen self-assigned this Oct 24, 2021
v4.12 automation moved this from In progress to Done Oct 24, 2021
tkdchen added a commit that referenced this issue Oct 24, 2021
Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Appreciated if you can help to solve the problem. upgrade django Issues of deprecation or removal warnings due to the compatibility with new version of Django
Projects
No open projects
v4.12
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant