Re: Help needed to fix hundreds of failing tests

2020-10-12 Thread Peter Inglesby
Thanks Hasan for offering to help. Either of Carles's approaches would work -- I don't have a strong view. Making the smaller fix (ie adding transform=str every time assertQuerysetEqual fails) would require the least thinking. But it may miss some good opportunities to refactor or simplify the te

Re: Help needed to fix hundreds of failing tests

2020-10-10 Thread Carles Pina i Estany
Hi, On Oct/10/2020, Peter Inglesby wrote: I remember reading the original thread... > I've authored PR 12417 (Fixed > 31235 -- Updated > assertQuerysetEqual to compare querysets directly) which has adde

Re: Help needed to fix hundreds of failing tests

2020-10-10 Thread Hasan Ramezani
Hi Peter, Thanks for your effort there. I can take it and continue working on it. Best regards, Hasan On Sat, Oct 10, 2020 at 9:23 PM Peter Inglesby wrote: > Hi folks, > > I've authored PR 12417 > (Fixed 31235

Help needed to fix hundreds of failing tests

2020-10-10 Thread Peter Inglesby
Hi folks, I've authored PR 12417 (Fixed 31235 -- Updated assertQuerysetEqual to compare querysets directly) which has added a new RemovedInDjango41Warning... which causes hundreds of test failures. Unfortu