Fellow Reports
> 2022 Week 43
Calendar Week 43 — Ending 30 October
Triaged:
https://github.com/django/djangoproject.com/issues/1261
-- N+1 queries in aggregator.views.index #1261 (Accepted)
Reviewed:
https://github.com/django/django/pull/16027
-- Fixed #33879 -- Fixed wrong results for long intervals.
https://github.com/django/django/pull/16205
-- Change shell prompts to read "python3" vs "python"
https://code.djangoproject.com/ticket/34099
-- update_or_create() not saving data assigned in a model's save() method
https://code.djangoproject.com/ticket/2361
-- QuerySet.filter(m2mfield__isnull=False) may return duplicates
https://github.com/django/django/pull/15352
-- Fixed #33606 -- Cleansed sessionid cookie in error reports.
https://github.com/django/django/pull/16199
-- Fixed #34109 -- Updated instructions for running with Uvicorn.
https://github.com/django/django/pull/16228
-- Refs #33173 -- Added Python 3.11 to classifiers and tox.ini.
https://github.com/django/django/pull/16225
-- Refs #33173 -- Fixed destroying test databases when running tests in parallel using spawn on Windows.
Authored:
https://github.com/django/djangoproject.com/pull/1260
-- Fixed N+1 query problem in docs switcher. #1260