Fellow Reports
> 2022 Week 37
Calendar Week 37 — Ending 18 September
Finalised Deepak's GSoC project.
Set up djangoproject.com maintenance team.
Triaged:
https://code.djangoproject.com/ticket/33990
-- Inconsistent capitalization of Set in assertion functions (Accepted)
Reviewed:
https://github.com/django/djangoproject.com/pull/1182
-- Fixed #1181 -- Updated README instructions #1182
https://github.com/django/django-asv/pull/69
-- Separated benchmarks by type in INSTALLED_APPS setting. #69
https://github.com/django/channels/pull/1232
-- Improved group_name and channel_name validation error messages. #1232
https://github.com/django/django/pull/16054
-- Fixed #34007 -- Updated classification of UniqueConstraint validation errors
https://github.com/django/django/pull/16027
-- Fixed #33879 -- Fixed wrong results for long intervals.
https://code.djangoproject.com/ticket/33968
-- Make EmailValidator and URLValidator IDNA 2008 compliant
https://github.com/django/django/pull/9510
-- Fixed #24754 -- Added support for per-app permissions (not tied to a model)
https://github.com/django/django/pull/14392
-- Update signals.txt
https://github.com/django/django/pull/13651
-- Fixed #32172 -- Adapted signals to allow async handlers.