Fellow Reports
> 2021 Week 35
Calendar Week 35 — Ending 05 September
Triaged:
https://code.djangoproject.com/ticket/3482
-- MultipleChoiceField validation against a list with a single null element (wontfix)
https://code.djangoproject.com/ticket/33077
-- Wrong URL generated by get_admin_url for readonly field in custom Admin Site (Accepted)
https://code.djangoproject.com/ticket/29470
-- Add output to makemigrations and migrate commands with --noinput (Accepted)
https://code.djangoproject.com/ticket/33043
-- method_decorator() should preserve wrapper assignments (Accepted)
https://code.djangoproject.com/ticket/33029
-- Can't open multiple Django Admin Popups for the same related field. (Accepted)
Reviewed:
https://github.com/django/django/pull/13299
-- Fixed #31867 -- Made TabularInline handling of hidden fields with view-only permissions consistent with StackedInline.
https://github.com/django/django/pull/14826
-- Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on Python 3.9.7+.
https://github.com/django/django/pull/14824
-- Fixed #24018 -- SQLite backend supports the init_command option
https://github.com/django/django/pull/14818
-- Fixed #33073 -- Fixed queryset crash with aggregation and empty queryset annotation.
https://github.com/django/django/pull/14817
-- Docs #33067 -- Improve template tag documentation
https://github.com/django/django/pull/14416
-- Fixed #32768 -- Added Vary header when redirecting to prefixed i18n pattern.
https://github.com/django/django/pull/14260
-- Fixed #32640 -- Made ModelBase.add_to_class() more careful
https://github.com/django/django/pull/14809
-- Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables when altering type of referenced primary key on Oracle.
Authored:
https://github.com/django/django/pull/14831
-- Updated tests for Selenium 4.0.0.
https://github.com/django/django/pull/14820
-- Fixed #33044 -- Allowed editable install into user site directory.
https://github.com/django/djangoproject.com/pull/1110
-- Removed banner for 2021 survey. #1110