fellow reports / 2022
/2022 Week 4
Calendar Week 4 — Ending 30 January
Triaged:
- https://code.djangoproject.com/ticket/15691 -- TEST_DEPENDENCIES doesn't use TEST_NAME in circular dependency detection. (worksforme)
- https://code.djangoproject.com/ticket/33461 -- Unescaped HTML rendering in the technical 500 response via SafeString usage in Exception instance's args. (Accepted)
Reviewed:
- https://github.com/django/django/pull/15364 -- Fixed #33462 -- Fixed migration crash when altering type of primary key with MTI and foreign key.
- https://github.com/django/django/pull/15245 -- Fixed #32243 -- Add documentation for uploading file outside of request context
- https://github.com/django/django/pull/14532 -- Fixed #32559 -- Added step argument to FloatField.
- https://github.com/django/django/pull/11844 -- Fixed #25762 -- Refactored numberformat.format for speed
- https://github.com/django/django/pull/15233 -- Fixed #33328 - Transformed formset:added/removed as native JS events.
- https://github.com/django/django/pull/14843 -- Add async-compatible interface to QuerySet
- https://github.com/django/django/pull/15355 -- Used GitHub actions for Windows tests.
- https://github.com/django/django/pull/15198 -- Fixed #30360 -- Support rotation of secret keys via fallback keys.
Authored:
- https://github.com/django/django/pull/15362 -- Adjusted CBV resolver_match example in testing tools docs.
- https://github.com/django/django/pull/15333 -- Fixed #33407 -- Fixed .radiolist admin CSS.