Fellow Reports
> 2022 Week 36
Calendar Week 36 — Ending 11 September
Final week of Deepak's GSoC Benchmarking project.
Triaged:
https://code.djangoproject.com/ticket/33993
-- Allow instance to be passed into the FileField storage callable param (needsinfo)
https://code.djangoproject.com/ticket/33995
-- Rendering empty_form crashes when empty_permitted is passed to form_kwargs (Accepted)
https://code.djangoproject.com/ticket/33994
-- wrong position of {% block extrastyle %} in admin/base.html (Accepted)
https://code.djangoproject.com/ticket/33985
-- ContentTypes and Permissions mix English with other languages in __str__ (Accepted)
https://code.djangoproject.com/ticket/33981
-- When a DisallowedHost exception is raised, the log message contains an exception trace (wontfix)
Reviewed:
https://github.com/django/django/pull/13483
-- Fixed #31949 -- Made builtin decorator async compatible
https://github.com/django/django/pull/16036
-- Refs #24179 -- Fixed selenium tests for offset of admin selector boxes in fieldset.
https://github.com/django/django/pull/15999
-- Fixed #33986 -- Hardened binary lookup in template commands
https://github.com/django/django/pull/15866
-- Fixed #33862 -- Added workflow to run the ASV benchmarks for labeled PR.
https://github.com/django/django/pull/16033
-- Fixed #33981 -- removed exception trace from logs on SuspiciousOperation
https://github.com/django/django/pull/15992
-- Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.
https://github.com/django/django/pull/15610
-- Fixed #26029 -- Added STORAGES setting
Authored:
https://github.com/django/django/pull/16031
-- Added NPM lock file to git ignore.