Re: Feature request: get user by session key

2019-07-26 Thread 'andreymal' via Django developers (Contributions to Django itself)
the function you want > right now is only one line (get_user_session_key). > > Thanks, > > Adam > > On Thu, 25 Jul 2019 at 14:09, 'andreymal' via Django developers > (Contributions to Django itself) <mailto:django-developers@googlegroups.com>> wrote: > &g

Feature request: get user by session key

2019-07-26 Thread &#x27;andreymal&#x27; via Django developers (Contributions to Django itself)
(Hello, the Django documentation says that I should send feature requests to the django-developers mailing list, so I send it here.) I have a need to get a user object using a known session key without an HTTP request. After reading the Django code, I did not find a clean way to do this. Django h