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

Re: Redis cache support in core

2019-06-21 Thread Markus Holtermann
Hi all, may I suggest that django-redis may be "promoted" to an official Django package under the Django GitHub organization? This would follow https://github.com/django/deps/blob/master/final/0007-official-projects.rst . The package would be pointed out explicitly in the Django docs but would

Re: Redis cache support in core

2019-06-21 Thread 'Ivan Anishchuk' via Django developers (Contributions to Django itself)
I wouldn't say it's that complicated a setup. It would require a single settings snippet -- just like the ones for other backends -- and, I guess, a link to django-redis docs for more details (if django-redis is what we recommend), maybe a quick explanation of what is CLIENT_CLASS and other options