I'm not sure what the reasoning was, but it does ring some bells for me, as I think this sounds like the case of the of the issue discovered in https://code.djangoproject.com/ticket/28198. Hopefully that's a correct connection, and I'm not sending you chasing something irrelevant to your current task.
On Fri, Jun 21, 2019 at 8:39 AM Carlton Gibson <[email protected]> wrote: > Hi All > > Can I ask folks to have a look at this please? > > Ticket is: https://code.djangoproject.com/ticket/30427 > PR is: https://github.com/django/django/pull/11337 > > The original change that introduced the current behaviour is > > https://github.com/django/django/pull/6491/files#diff-bf776a3b8e5dbfac2432015825ef8afeR699 > > *Question: *What was the reason for this comment: > > # Don't override classmethods with the descriptor. This means that > # if you have a classmethod and a field with the same name, then > > #such fields can't be deferred (we don't have a check for this). > > > In case it rings any bells... > > PR there was called: > > "Replaced dynamic classes with non-data descriptors for deferred > instance loading." > > Related mailing list discussion: > https://groups.google.com/forum/#!msg/django-developers/BDAlTyJwQeY/Fh2Qy07cAQAJ > > Thanks. > Carlton > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/94d1f059-8cb2-435b-be52-66d3ae1a4721%40googlegroups.com > <https://groups.google.com/d/msgid/django-developers/94d1f059-8cb2-435b-be52-66d3ae1a4721%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CABpHFHR-mhQGneh-bjUV6Oa_DubVVDOC2jc_CWaBoR6LPVdZTg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
