Fellow Reports
> 2022 Week 22
Calendar Week 22 — Ending 05 June
Released Django 4.0.6
Working on GSoC benchmarking project.
Triaged:
https://code.djangoproject.com/ticket/33758
-- Deprecate make_random_password() method. (Accepted)
https://code.djangoproject.com/ticket/33760
-- Allow setting session cookie name dynamically (Accepted)
https://code.djangoproject.com/ticket/33751
-- Multiple Conditions on LEFT JOIN - FilteredRelations not working? (Duplicate of #29262)
https://code.djangoproject.com/ticket/33749
-- Queries take exponential time when filtering in a loop (Invalid)
https://code.djangoproject.com/ticket/33748
-- django.utils.formats.get_format should allow lazy parameter (Accepted)
https://code.djangoproject.com/ticket/33750
-- Use <div> for timezone warning in admin (Accepted)
Reviewed:
https://code.djangoproject.com/ticket/33755
-- Move ASGI body-file cleanup into ASGIRequest
https://github.com/django/django/pull/15746
-- Bumped minimum Sphinx version to 4.5.0.
https://github.com/django/djangoproject.com/pull/1169
-- Updated to Sphinx==4.5.0.
https://github.com/django/django/pull/15689
-- Fixed #33700 -- Skipped extra resolution for successful requests not ending with /
https://github.com/django/djangoproject.com/pull/1168
-- Fixed literal styling in captions.
https://github.com/django/django/pull/15744
-- Fixed #33754 -- Fixed crash with prematurely closed ASGI request body.
https://github.com/django/django/pull/15745
-- Fixed #33753 -- Fixed docs build on Sphinx 5+.
Authored:
https://github.com/carltongibson/django-http-benchmarks
-- A Django project for investigating HTTP performance in various scenarios.
https://code.djangoproject.com/ticket/33755
-- Move ASGI body-file cleanup into ASGIRequest