Re: FK field caching behavior change between 1.11.x and 2.x

2020-08-07 Thread Gert Burger
Correction, it is https://github.com/django/django/pull/13281 now. On Fri, 7 Aug 2020 at 10:35, Gert Burger wrote: > I have created https://github.com/django/django/pull/13280 and I will > need a day or so to test it against our code bases. > > On Thu, 6 Aug 2020 at 18:03, charettes wrote: > >>

Re: FK field caching behavior change between 1.11.x and 2.x

2020-08-07 Thread Gert Burger
I have created https://github.com/django/django/pull/13280 and I will need a day or so to test it against our code bases. On Thu, 6 Aug 2020 at 18:03, charettes wrote: > Unless someone objects to adjusting Model.__copy__(self) to deal with > self._state.fields_cache I'd say we should create a ti