Re: Fellow Reports - September 2021

2021-09-20 Thread Mariusz Felisiak
Week ending September 12, 2021 *Triaged: * https://code.djangoproject.com/ticket/33068 - makemessages is inconvenient when overriding default django translations (invalid) https://code.djangoproject.com/ticket/33083 - "Select All" in admin changelist does not work when both action_on_bott

Re: Fellow Reports - September 2021

2021-09-20 Thread Mariusz Felisiak
Week ending September 19, 2021 *Triaged: * https://code.djangoproject.com/ticket/33104 - Long words overflow readonly fields (accepted) https://code.djangoproject.com/ticket/33105 - Undocumented behavior: A default ordering doesn't affect GROUP BY queries. (invalid) https://code.djang

Re: Django Sockets Proposal

2021-09-20 Thread PINEDO HUANSI LUCERO
if you're right, but what would we do? El sáb, 18 sept 2021 a las 17:12, Jet Ezra () escribió: > What if in django, we have a uniform way of handling server-side web > sockets, built-in, not relying on external libraries? > Django Channels would be a deal, but they are broad and endup making us

Re: Django Sockets Proposal

2021-09-20 Thread Jet Ezra
Handle events, handle requests, update the DOM all with python, having this in place will enable us to even write SPAs easily If we can achieve those three there, then we would be starting to see JS out of python. It's quit absurd to find you write your project with django and sometimes django res