Fellow Reports
> 2022 Week 33
Calendar Week 33 — Ending 21 August
Triaged:
https://code.djangoproject.com/ticket/33940
-- Offline PDF and ePub doc links for Django 4.1 do not work (Fixed via https://github.com/readthedocs/readthedocs.org/issues/9525)
https://code.djangoproject.com/ticket/30952
-- KeyError: '_password_reset_token' during password reset. (wontfix)
https://code.djangoproject.com/ticket/33931
-- Optimize calling of `get_app_list` with AdminSites index/app_index (Accepted)
https://code.djangoproject.com/ticket/33926
-- Django freezes when reading data from request.body (Duplicate of #29800)
https://code.djangoproject.com/ticket/33934
-- "Clear all filters" preceeded by "+" instead of "X" in django admin (needsinfo)
https://code.djangoproject.com/ticket/32934
-- Fix Admin's sidebar height to be dynamic based on visible header (wontfix)
https://code.djangoproject.com/ticket/29122
-- Add a better font for Persian/Farsi to the admin (fixed by #33878)
Reviewed:
https://github.com/django/django/pull/15970
-- Refs #26511 -- Fixed json.KeyTextTransform() on MySQL/MariaDB.
https://github.com/django/django/pull/15610
-- Fixed #26029 -- Added STORAGES setting
https://github.com/django/django/pull/15967
-- Fixed #33930 — Eased customization of delete_confirmation.html template in the admin.
https://github.com/django/django/pull/15866
-- Refs #33862 -- Added workflow to run the ASV benchmarks for labeled PR.
https://github.com/django/django/pull/15234
-- Fixed #32934 -- Set admin sidebar height to be dynamic based on visible header
https://github.com/django/django/pull/15960
-- Fixed #33878 -- Switched to system fonts
https://github.com/django/django/pull/15938
-- Fixed #33491 -- Rows are selected only on Chrome when going back from the confirmation page.
Authored:
https://github.com/django/django/pull/15965
-- Refs #33491 -- Split CSS selected-row highlight selectors.