Fellow Reports
> 2022 Week 29
Calendar Week 29 — Ending 24 July
Released Django 4.1rc1=
Preparing upcoming releases.
Reviewed progress on Deepak's GSoC Benchmarking project.
Triaged:
https://code.djangoproject.com/ticket/33862
-- Workflow to run the Django benchmarks when a pull request is labeled (Accepted)
https://code.djangoproject.com/ticket/33855
-- System check calls are unnecessary in test worker initialization. (Accepted)
https://code.djangoproject.com/ticket/33856
-- Django 4 Giant Enormous Bug Report (Invalid)
Reviewed:
https://github.com/django/django/pull/15866
-- Refs #33862 -- Added workflow to run the ASV benchmarks for labeled PR.
https://github.com/django/channels/pull/1878
-- Fixed unsecure/broken links and typos. #1878
https://github.com/django/django/pull/15748
-- Fixed #32813 -- Display development server address after server bind
https://github.com/django/django/pull/15837
-- Fixed #33726 -- Django admin needs a skip link
https://github.com/django/django/pull/15861
-- Refs #27236 -- Reverted AlterIndexTogether deprecation.
https://github.com/django/django/pull/15858
-- Refs #27236 -- Clarified that "historical migrations" means "already applied".
https://github.com/django/django/pull/15847
-- Refs #27236 -- Made operation deprecation checks run only on unapplied migrations.
https://code.djangoproject.com/ticket/27236
-- Deprecate Model.Meta.index_together in favour of Model.Meta.indexes
https://github.com/django/django/pull/15852
-- Fixed #33855 -- Removed unnecessary system check calls from test worker initialization.
Authored:
https://github.com/django/channels_redis/pull/322
-- Updated pytest-asyncio dependency. #322
https://github.com/django/channels_redis/pull/321
-- Removed async_generator test dependency. #321
https://github.com/django/channels_redis/pull/320
-- Used testpaths for pytest configuration. #320
https://github.com/django/channels/pull/1879
-- Updated config for pytest-asyncio 0.19