Re: Question regarding a possible bug

2018-11-23 Thread Tim Graham
Generally, "is it a bug?" questions should be directed toward our support channels (linked from https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels). Otherwise, Trac becomes a second level support channel which adds a lot of noise. On Thursday, November 22, 2018 at 7:10

Re: QuerySet.iterator together with prefetch_related because of chunk_size

2018-11-23 Thread Tim Graham
https://code.djangoproject.com/ticket/29984 suggests to support prefetch_related() with QuerySet.iterator(). I accepted the ticket to do something and linked back to this discussion. On Friday, October 26, 2018 at 8:12:02 PM UTC-4, charettes wrote: > > Josh, I agree that silently not working is

TestCase.setUpTestData in-memory data isolation.

2018-11-23 Thread charettes
Dear developers, Django 1.8 introduced the `TestCase.setUpTestData()` class method as a mean to speed up test fixtures initialization as compared to using `setUp()`[0]. As I've come to use this feature and review changes from peers using it in different projects the fact that test data assigned