Week ending October 22 *Triaged:* https://code.djangoproject.com/ticket/34901 - Add async interface to contrib.sessions (accepted) https://code.djangoproject.com/ticket/34902 - django.test.client.Client.head request fails on AttributeError as_sync is missing (worksforme) https://code.djangoproject.com/ticket/34903 - Parallel test runner failure on Windows (accepted) https://code.djangoproject.com/ticket/34904 - Changing email object after sending mutates mail in mail.outbox (accepted) https://code.djangoproject.com/ticket/34905 - Main landmark is on the wrong element (accepted) https://code.djangoproject.com/ticket/34906 - Need help with makemigrations (invalid) https://code.djangoproject.com/ticket/34911 - Admindocs index skips from h1 to h3 (accepted) https://code.djangoproject.com/ticket/34914 - Postgres connection is not restarted after it's dropped by the server, even if we use CONN_HEALTH_CHECKS=True (duplicate) https://code.djangoproject.com/ticket/34915 - Do not autopopulate _order field for model with an order_with_respect_to if already set. (wontfix) https://code.djangoproject.com/ticket/34916 - Add support for brotli compression (wontfix) https://code.djangoproject.com/ticket/34907 - loaddata crashes on objects with natural keys when don't exist on passed database. (accepted) https://code.djangoproject.com/ticket/34917 - Links within text in the Django admin are difficult to identify (wontfix) https://code.djangoproject.com/ticket/34918 - Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field (invalid) https://code.djangoproject.com/ticket/34920 - FileExtensionValidator.__eq__() should ignore allowed_extensions order. (accepted) https://code.djangoproject.com/ticket/34921 - Filtering an unbound DateTimeField with naive date crashes (accepted)
*Reviewed/committed:* https://github.com/django/django/pull/17369 - Fixed #34798 -- Fixed QuerySet.aggregate() crash when referencing expressions containing subqueries. https://github.com/django/django/pull/17360 - Refs #34043 -- Added context managers to SeleniumTestCase for changing window size. https://github.com/django/django/pull/17371 - Removed unreachable code from ModelAdmin.response_change(). https://github.com/django/django/pull/17374 - Refs #34043 -- Added --screenshots option to runtests.py and selenium tests. https://github.com/django/django/pull/16963 - Refs #34043 -- Added GitHub action to capture screenshots in Selenium tests. https://github.com/django/django/pull/17375 - Refs #34043 -- Tweaked wording in release note. https://github.com/django/django/pull/17378 - Made SeleniumTests.test_select_multiple less flaky by improving Selenium waits. https://github.com/django/django/pull/17382 - Fixed #34905 -- Corrected admin's main content element rendered in <main> tag. https://github.com/django/django/pull/17385 - Fixed #34911 -- Corrected HTML heading levels on admindocs' main page. https://github.com/django/django/pull/17386 - Fixed #34912 -- Fixed size of back links and bookmarklet help in admindocs pages. https://github.com/django/django/pull/17390 - Restructured writing documentation contributing guide. https://github.com/django/django/pull/17387 - Fixed #34913 -- Added borders on high contrast mode in the admin. https://github.com/django/django/pull/17399 - Fixed #34921 -- Fixed crash of warning for unbound naive datetimes. *Authored:* https://github.com/django/django/pull/17380 - Fixed permissions for GitHub action with screenshots. Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/91e60282-ca0d-454d-9be4-f54f8084c0a8n%40googlegroups.com.