fellow reports / 2022
/2022 Week 16
Calendar Week 16 — Ending 24 April
Added webhooks for Discord integration. 👀
Triaged:
- https://code.djangoproject.com/ticket/33654 -- Missed function in __all__ in timezone.py (Accepted)
- https://code.djangoproject.com/ticket/33631 -- Blocktranslate asvar escapes variables, but stores the result as str instance, leading to double escaping (Accepted)
Reviewed:
- https://github.com/django/django/pull/15571 -- Refs #31223 -- Added __class_getitem__() to ForeignKey
- https://github.com/django/django/pull/15521 -- Fixed #33565 -- Improved locale format validation for the makemessage…
- https://github.com/django/django/pull/15621 -- Refs #13085 -- Removed unnecessary ManyToManyFields from generic_relations_regress test models.
- https://github.com/django/djangoproject.com/pull/1141 -- TASK: Add missing backticks to README.rst #1141
- https://github.com/django/djangoproject.com/pull/1143 -- Added discord to community page #1143
- https://github.com/django/djangoproject.com/issues/1137 -- Cannot add feeds to Django Community Blog #1137
- https://github.com/django/django/pull/15241 -- Refs #32339 -- Added as_div() form render methods and templates.
- https://github.com/django/django/pull/15615 -- Fixed #33654 -- Added localdate to utils.timezone __all__.
- https://github.com/django/djangoproject.com/pull/1160 -- Added links to community Discord server. #1160
- https://github.com/django/django/pull/15586 -- Fixed #33639 -- Enabled cached template loader in development.
- https://github.com/django/django/pull/14843 -- Fixed #33646 -- Added async-compatible interface to QuerySet.
Authored:
- https://github.com/django/django/pull/15622 -- Refs #32339 -- Allowed renderer to specify default form template name.
- https://github.com/django/django/pull/15617 -- Refs #33646 -- Added example for async cross-thread connection access.