fellow reports / 2022
/2022 Week 10
Calendar Week 10 — Ending 13 March
Triaged:
- https://code.djangoproject.com/ticket/33567 -- Builtin csrf_failure() view uses wrong charset (Accepted)
- https://github.com/django/djangoproject.com/issues/1150 -- Improve dates for LTS end date (wontfix)
Reviewed:
- https://github.com/django/django/pull/15492 -- Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.
- https://github.com/django/django/pull/15025 -- Fixed #28316 -- Implement to_field_name initial value
- https://github.com/django/django/pull/15488 -- Add support for multiple values for x-forwarded-proto header
- https://github.com/django/django/pull/15421 -- Fixed #31169 -- Adapted the parallel test runner to use spawn.
- https://github.com/django/django/pull/15472 -- Refs #33476 -- Fixed some black formatting edge cases.
- https://github.com/django/django/pull/15491 -- Fixed #33567 -- Avoided setting default text/html content type on responses.
- https://github.com/django/djangoproject.com/pull/1153 -- Updated to Django 3.2.
- https://github.com/django/django/pull/15110 -- Rewrote some references to "master".
- https://github.com/django/django/pull/15486 -- Refs #33173 -- Used locale.getlocale() instead of getdefaultlocale().
- https://github.com/django/djangoproject.com/pull/1152 -- Bumped various requirements.
- https://github.com/django/djangoproject.com/pull/1151 -- Used PostgreSQL 12 and Ubuntu 20.04 for tests.