Re: Fellow Reports - August 2020

2020-08-31 Thread Mariusz Felisiak
Week ending August 30, 2020. Triaged: https://code.djangoproject.com/ticket/31934 - Document that "SameSite" has defaults in some browsers. (accepted) https://code.djangoproject.com/ticket/31928 - Coroutine passed to the first middleware's process_response() instead of HttpResponse. (acc

Re: Fellow Reports -- August 2020

2020-08-31 Thread Carlton Gibson
Hi all. Calendar Week 34 -- ending 23 August. Triaged: https://code.djangoproject.com/ticket/31920 -- ASGI/ASYNC SessionMiddleware - SynchronousOnlyOperation exception if request.user is not unwrapped in sync code (Accepted) https://code.djangoproject.com/ticket/31915 -- Allow load template

Updates to PR are not reflected in Jenkins, checks failing

2020-08-31 Thread 'Megan Huber' via Django developers (Contributions to Django itself)
Hi All! I have an open PR and am having difficulty getting the Jenkins checks to pass. I have amended my original commit a few times but these changes are not reflected in Jenkins. One test, test_middleware_headers, was failing with my original comm

Re: Updates to PR are not reflected in Jenkins, checks failing

2020-08-31 Thread Tim Graham
Hi, I'd try rebasing your branch against master to eliminate the merge conflict. On Monday, August 31, 2020 at 4:37:15 PM UTC-4 ba...@google.com wrote: > Hi All! > > I have an open PR and am > having difficulty getting the Jenkins checks to pass. I