Fellow Reports
> 2021 Week 41
Calendar Week 41 — Ending 17 October
Triaged:
https://code.djangoproject.com/ticket/33191
-- Avoid unnecessary clear of cached reference (wontfix)
https://code.djangoproject.com/ticket/32874
-- Allow URLValidator to accept schema relative URLs (wontfix)
Reviewed:
https://github.com/django/django/pull/14989
-- Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.
https://github.com/django/django/pull/11414
-- Fixed #30509 -- Various FileResponse fixes and changes
https://github.com/dabapps/django-log-request-id/pull/53
-- Add support for async views #53
https://github.com/django/django/pull/14988
-- Refs #27131 -- Removed SMTPBackendTests.test_server_login().
https://github.com/django/django/pull/14800
-- Fixed #6106 -- makemessages overrides the *.po files even if they are already up to date.
https://github.com/django/django/pull/14980
-- Added 'formatter' to spelling wordlist.
https://github.com/django/django/pull/14929
-- Fixed #33182 -- Moved dark mode CSS variables to separate file.
https://github.com/django/django/pull/14979
-- Bumped versions in pre-commit and npm configurations.
https://github.com/django/django/pull/14965
-- Refs #25916 -- Added tests for callable lastmod on Sitemaps.
https://github.com/django/django/pull/14968
-- Fixed #32874 -- Added support for PRURLs in URLValidator
Authored:
https://github.com/django/django/pull/14992
-- Refs #30509 -- Adjusted internal FileResponse variable name.
https://github.com/django/django/pull/14831
-- Updated tests for Selenium 4.0.0.
https://github.com/django/asgiref/pull/300
-- Added stacklevel to warning in AsyncToSync.