Fellow Reports
> 2022 Week 9
Calendar Week 9 — Ending 06 March
Released Django 4.0.3.
Triaged:
https://code.djangoproject.com/ticket/33554
-- Only first translation being found in Jinja handlebars when multiple strings are defined (Duplicate of #24167)
https://code.djangoproject.com/ticket/33544
-- Hint to default behavior (Deployment checklist > TEMPLATES) (Accepted)
Reviewed:
https://github.com/django/django/pull/15477
-- Refs #31169 -- Prevented infinite loop in tests on failures.
https://github.com/django/django/pull/15476
-- Refs #11293 -- Added test for filtering aggregates with negated & operator.
https://github.com/django/django/pull/13483
-- Fixed #31949 -- Made builtin decorator async compatible
https://github.com/django/django/pull/14784
-- Fixed #6135 -- Added autoescape_aware decorator.
https://github.com/django/django/pull/14843
-- Add async-compatible interface to QuerySet
https://github.com/django/code.djangoproject.com/pull/124
-- Fixed #123 -- Changed footer hosting link to in-kind donors. #124
https://github.com/django/django/pull/15472
-- Refs #33476 -- Fixed some black formatting edge cases.
https://github.com/django/django/pull/15471
-- Fixed #33547 -- Fixed error when rendering invalid inlines with readonly fields in admin.