Re: Question about PR for #27391 -- Implement SimpleTestCase.debug method

2019-10-16 Thread Mariusz Felisiak
Hi Pavel, Thanks for this PR. You don't need to do anything at the moment, just be patient, it's waiting in a review queue and it's on my list. Best, Mariusz W dniu środa, 16 października 2019 14:26:19 UTC+2 użytkownik Pavel Savchenko napisał: > > Hello, > > Is there anything left to-do or

Question about PR for #27391 -- Implement SimpleTestCase.debug method

2019-10-16 Thread Pavel Savchenko
Hello, Is there anything left to-do or discuss to finish this? https://github.com/django/django/pull/7436 Regards, Pavel -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group an

Re: Stop QuerySet repr from executing queries

2019-10-16 Thread Mariusz Felisiak
W dniu środa, 16 października 2019 07:53:05 UTC+2 użytkownik Harro napisał: > > Yes, it's a complicated issue, but isn't the SQL query the ultimate > representation of which methods are called or not? > > Having the query evaluated during debugging has been shown to be harmful > in certain situat