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: Passing None for the middleware get_response argument is deprecated #942

Closed
tkdchen opened this issue Apr 3, 2021 · 0 comments · Fixed by #989
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

src/tests/xmlrpc/test_auth.py::TestLoginWithModelBackend::test_login /path/to/Nitrate/src/tests/xmlrpc/test_auth.py:24: RemovedInDjango40Warning: Passing None for the middleware get_response argument is deprecated. SessionMiddleware().process_request(request)

@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 17, 2021
@tkdchen tkdchen self-assigned this Oct 17, 2021
tkdchen added a commit to tkdchen/Nitrate that referenced this issue Oct 23, 2021
Fix RemovedInDjango40Warning: Passing None for the middleware
get_response argument is deprecated.

Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
@tkdchen tkdchen linked a pull request Oct 23, 2021 that will close this issue
v4.12 automation moved this from In progress to Done Oct 24, 2021
tkdchen added a commit that referenced this issue Oct 24, 2021
Fix RemovedInDjango40Warning: Passing None for the middleware
get_response argument is deprecated.

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