Re: Thoughts on Django Model attribute (descriptor) inheritance.

2019-06-21 Thread Carlton Gibson
Hi Ryan, That does look related, yes. On Friday, 21 June 2019 15:47:53 UTC+2, Ryan Hiebert wrote: > > Hopefully that's a correct connection, and I'm not sending you chasing > something irrelevant to your current task. > TBH any pointers are handy at this stage in the game. 🙂 Thanks! (Still

Re: Thoughts on Django Model attribute (descriptor) inheritance.

2019-06-21 Thread Ryan Hiebert
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 ta

Re: Thoughts on Django Model attribute (descriptor) inheritance.

2019-06-21 Thread Carlton Gibson
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-bf776a3b8e5dbfac243

Thoughts on Django Model attribute (descriptor) inheritance.

2019-05-14 Thread Jarek Głowacki
Hi friends, I've raised a ticket here: https://code.djangoproject.com/ticket/30427#ticket Has an associated PR and all. Looking for some experts in this area to eyeball and drop some thoughts/opinions, or even better, knowledge as to why we're doing things this way presently. I feel Django does

Re: Thoughts on Django Model attribute (descriptor) inheritance.

2019-05-14 Thread Kye Russell
: 15 May 2019 at 12:11:15 pm To: Django developers (Contributions to Django itself) Subject: Thoughts on Django Model attribute (descriptor) inheritance. Hi friends, I've raised a ticket here: https://code.djangoproject.com/ticket/30427#ticket Has an associated PR and all. Looking for