Fellow Reports
> 2022 Week 12
Calendar Week 12 — Ending 27 March
Triaged:
https://code.djangoproject.com/ticket/33565
-- makemessages command skips the nl-nl-x-informal folder (Accepted)
https://code.djangoproject.com/ticket/33599
-- Enum is not usable in templates. (wontfix)
https://code.djangoproject.com/ticket/33584
-- Encourage using persistent database connections (needsinfo)
https://code.djangoproject.com/ticket/33587
-- Improve SuccessMessageMixin working with BaseDeleteView (wontfix)
https://code.djangoproject.com/ticket/33585
-- lacking hint to SSH setup (Working with Git and GitHub) (Accepted)
Reviewed:
https://github.com/django/django/pull/15541
-- Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+.
https://github.com/django/django/pull/12504
-- Deprecated logout via GET
https://github.com/django/django/pull/15538
-- Refs #15619 -- Logged out with POST requests in admin.
https://github.com/django/django/pull/15317
-- Refs #32339 -- Added use_fieldset to Widget.
https://github.com/django/django/pull/15241
-- Refs #32339 -- Added as_div() form render methods and templates.
https://github.com/django/django/pull/15527
-- Fixed #33544 -- Added hint to default behavoir of cached template loader.
https://github.com/django/django/pull/15530
-- Refs #31676 -- Used term "merger" instead of "committer" in docs.
Authored:
https://github.com/django/django/pull/15540
-- Refs #32365 -- Deprecated django.utils.timezone.utc.
https://github.com/django/django/pull/15537
-- Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
https://github.com/django/django/pull/15535
-- Refs #32365 -- Made migration writer use datetime.timezone.utc.
https://github.com/django/django/pull/15533
-- Fixed #33585 -- Made example git repo URLs use https protocol.