Fellow Reports - July 2020

2020-07-06 Thread Mariusz Felisiak
Week ending July 5, 2020. Released Django 2.2.14 and 3.0.8. *Triaged:* https://code.djangoproject.com/ticket/31748 - In admin page there is a lack of internationalization (duplicate) https://code.djangoproject.com/ticket/31745 - Add errors when UniqueConstraint.deferrable is combined with index

Re: Management of static assets

2020-07-06 Thread '1337 Shadow Hacker' via Django developers (Contributions to Django itself)
Web components are now standard HTML without JS frameworks, so that could be supported by Django. In which case, even StencilJS tsx components would work out of the box. Prior to rendering, a middleware could scan the response and add the registered scripts/styles for the custom HTML tags it fi