Fellow Reports
> 2021 Week 45
Calendar Week 45 — Ending 14 November
Triaged:
https://code.djangoproject.com/ticket/33276
-- Strange difference for prefetched_objects between related_field.remove, m2m_related_field.remove and generic_related_field.remove. (wontfix)
https://code.djangoproject.com/ticket/33273
-- queryset.update SQL does not receive fields from base model of inheriting model. (needsinfo)
https://code.djangoproject.com/ticket/33274
-- Point coordinates should accept Decimal (wontfix)
Reviewed:
https://code.djangoproject.com/ticket/32934
-- Fix Admin's sidebar height to be dynamic based on visible header
https://github.com/django/django/pull/15031
-- Fixed #19721 -- Allowed admin list filters to work with values containing commas.
https://github.com/django/django/pull/15063
-- Refs #33263 -- Added warning to BaseDeleteView when delete() method is overridden.
Authored:
https://github.com/django/daphne/pull/393
-- Run CI tests on Windows.
https://github.com/django/daphne/pull/392
-- Added Python 3.10 to CI.
https://github.com/django/daphne/pull/391
-- Unpinned test dependencies.
https://github.com/django/django/pull/13850
-- Fixed #30360 -- Support rotation of secret keys.