Hi all,
Calendar Week 24 -- ending 16 June.
Triaged:
https://code.djangoproject.com/ticket/30566 -- Unable to do key lookup when
a key is a number on PostgreSQL JSONB field (wontfix)
https://code.djangoproject.com/ticket/30527 -- Problem with creating
migrations for subclassed field change
Hello,
I would like to work on Redis support in core, and I would like to discuss
proper solution for that.
Redis is getting so popular and almost every modern backend stack uses it
someway, therefore I think that supporting it as a cache backend in core
would make Django more appealing. A sol
On 6/17/19 5:47 PM, Christian González wrote:
I've given some thought to this over the years, and what I think we've
somehow missed in settings until now is ... Namespaces!
I can second this from my POV, having "evaluated" a few plugin systems now.
Any plugin or app ought be able to declar
> I've given some thought to this over the years, and what I think we've
> somehow missed in settings until now is ... Namespaces!
I can second this from my POV, having "evaluated" a few plugin systems now.
> Any plugin or app ought be able to declare its own settings and their
> defaults. And