Re: Help with ticket #28426

2021-03-04 Thread Bence Gáspár
My solution for the basic auth problem would be something like this Tim Graham ezt írta (időpont: 2021. márc. 4., Cs, 19:36): > I'd like to see what your code looks like so far. Personally, this is > sounding a lot more complicated than I imagined when I accepted the ticket. > I doubt this is a

Re: Help with ticket #28426

2021-03-04 Thread Bence Gáspár
Thanks for the fast reply I found these test cases but I am not sure how to extend them with basic auth, because I don't know if the *LiveServerTestCase *is capable of doing basic auth. As I see currently there is no testcase checking basic auth here and it has to be checked by hand. I am sorry b

Help with ticket #28426

2021-03-03 Thread Bence Gáspár
Hi, I would like to work on this ticket https://code.djangoproject.com/ticket/28426. I am fairly new in the community and to Django development as well but this ticket seems not so Django specific and I am confident I can implement it. I have done some research already and found that we need to im