Re: 3 level nested prefetch is not working as expected on Django 1.8.x

2016-02-27 Thread Shai Berger
Hi, Thanks for taking the time to report this and prepare a detailed test case. However, per our support policy[1], Django 1.8 is now at a stage where the only fixes we apply to it are security fixes and bug-fixes for data-loss issues. As far as I understand from your description, this does no

3 level nested prefetch is not working as expected on Django 1.8.x

2016-02-26 Thread Dheerendra Rathor
Posting this from django-users https://groups.google.com/forum/#!topic/django-users/v3KelvexqiI. Three level nested prefetch with custom queryset throws an Attribute Error. > It works perfectly fine on Django 1.9 but I was unable to find release > notes or bug fix notes of the same. > > To rep