Week ending October 11, 2020. *Triaged: * https://code.djangoproject.com/ticket/32071 - Django Point requires GDAL on Windows (wontfix) https://code.djangoproject.com/ticket/32070 - Add option to choose app when running management command (duplicate) https://code.djangoproject.com/ticket/32072 - Search bar input in admin page is out of proportion in Django 3.1.2 (accepted) https://code.djangoproject.com/ticket/32067 - Add Operation.allow_migrate(). (needsinfo) https://code.djangoproject.com/ticket/32073 - Test suite failing under PostgresSQL < 10 due to missing support for ICU collations (accepted) https://code.djangoproject.com/ticket/31040 - Python 3.9 compatibility (accepted) https://code.djangoproject.com/ticket/32074 - Python 3.10 compatibility (created) https://code.djangoproject.com/ticket/32075 - New database backend for MariaDB Connector/Python (wontfix) https://code.djangoproject.com/ticket/32076 - Adding async methods to BaseCache (accepted) https://code.djangoproject.com/ticket/32077 - HTTP view decorators (require_http_methods) not working with async views (duplicate) https://code.djangoproject.com/ticket/32078 - Inconsistent JSONField filtering for value None (worksforme) https://code.djangoproject.com/ticket/32080 - Admin doesn't display properly unicode chars in JSONFields. (accepted) https://code.djangoproject.com/ticket/32079 - Using JSONField with Func() crash when returns boolean. (invalid) https://code.djangoproject.com/ticket/32087 - Sharing traceback in technical 500 debug page should use HTTPS. (accepted) https://code.djangoproject.com/ticket/32092 - Add an async db backend: asyncpg (wontfix) https://code.djangoproject.com/ticket/32093 - Optional Async Middleware without Context Switching (wontfix) https://code.djangoproject.com/ticket/32091 - Admin search input on small widths is too small with selected list filter (accepted) https://code.djangoproject.com/ticket/32094 - flush() on self.stdout/stderr management commands doesn't work. (accepted) https://code.djangoproject.com/ticket/32090 - Negated query on nullable field in conditonal aggregations. (invalid) https://code.djangoproject.com/ticket/32097 - Staff users cannot acess admin site (invalid) https://code.djangoproject.com/ticket/32099 - Admin action decorators (duplicate) https://code.djangoproject.com/ticket/32101 - Handle SameSite=None Known Incompatible Clients (wontfix) https://code.djangoproject.com/ticket/32100 - Parameter KEY_PREFIX for DummyCache causing test runner to fail (invalid) https://code.djangoproject.com/ticket/32102 - Add .update(*args, **kwargs) on Django model object (duplicate)
*Reviewed/committed: * https://github.com/django/django/pull/13484 - Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a pickled Query. https://github.com/django/django/pull/13490 - Fixed #32068 -- Added error messages on get() with filters following union(), intersection(), and difference(). https://github.com/django/django/pull/13493 - Refs #31926 -- Fixed reverse related identity crash on Q() limit_choices_to. https://github.com/django/django/pull/13491 - Fixed #32072 -- Fixed admin search bar height. https://github.com/django/django/pull/13498 - Refs #32047 -- Added test for using call_command() with constant required options. https://github.com/django/django/pull/13502 - Refs #20577 -- Deferred filtering of prefetched related querysets by reverse m2o relation. https://github.com/django/django/pull/13505 - Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning with xgettext 0.21+. https://github.com/django/django/pull/13423 - Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. https://github.com/django/django/pull/12343 - Fixed #31181 -- Added links to related models for admin's readonly fields. https://github.com/django/django/pull/13512 - Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin. https://github.com/django/django/pull/13517 - Fixed #32091 -- Fixed admin search bar width on filtered admin page. https://github.com/django/django/pull/13516 - Fixed #32094 -- Fixed flush() calls on management command self.stdout/err proxies. *Reviewed: * https://github.com/django/django/pull/13511 - Fixed #32083 -- Added link to migrating section in multi-db docs example. *Authored: * https://github.com/django/django/pull/13499 - Fixed #32073 -- Skipped collation tests on PostgreSQL < 10. https://github.com/django/django/pull/13501 - Skipped GetImageDimensionsTests.test_webp when WEBP is not installed. 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/7ef87277-18be-4ae6-80ca-8467f30e1d07o%40googlegroups.com.