Alisue
|
f3e0872d6e
|
Fix signature of RemoteUserBackend.configure_user (#532)
* Fix signature of RemoteUserBackend.configure_user
The function signature has changed from 2.1 on 2.2 but django-stubs did not follow that.
https://github.com/django/django/blob/2.1.15/django/contrib/auth/backends.py#L163
https://github.com/django/django/blob/2.2/django/contrib/auth/backends.py#L177
* Use HttpRequest on request to make it more explicit
|
2020-11-19 18:38:59 +03:00 |
|