Week ending May 22, 2022 *Triaged: * https://code.djangoproject.com/ticket/33709 - Primary key of m2m tables is not migrated to BigAutoField (duplicate) https://code.djangoproject.com/ticket/33710 - RenameIndex() crashes when unnamed index is moving backward and forward. (created) https://code.djangoproject.com/ticket/33711 - Faceted queries. (duplicate) https://code.djangoproject.com/ticket/33712 - Changing a default auth implementation to use email instead of username. (wontfix) https://code.djangoproject.com/ticket/33713 - Drop support for MariaDB 10.3. (created) https://code.djangoproject.com/ticket/33714 - Better admin support for ArrayFields where the base_field has choices (duplicate) https://code.djangoproject.com/ticket/33715 - Prevent MySQL dbshell from exiting on Ctrl-C (accepted) https://code.djangoproject.com/ticket/33717 - Drop support for PostgreSQL 11. (created) https://code.djangoproject.com/ticket/33718 - Drop support for MySQL 5.7. (created) https://code.djangoproject.com/ticket/33719 - Running tests in parallel throws exceptions. (accepted) https://code.djangoproject.com/ticket/33720 - More instructive name in the doc example to help reading (invalid) https://code.djangoproject.com/ticket/33721 - Add reference to the DE-9IM intersection model. (accepted) https://code.djangoproject.com/ticket/33722 - Change default domain in JavaScriptCatalog view from 'djangojs' to 'django'. (wontfix) https://code.djangoproject.com/ticket/33724 - Changing from list to set in `exclude` raises errors, and is not documented. (accepted) https://code.djangoproject.com/ticket/33725 - Admin sidebar’s filter field should not receive focus when sidebar is closed. (accepted) https://code.djangoproject.com/ticket/33726 - Django admin needs a skip link (accepted) https://code.djangoproject.com/ticket/33727 - Color contrast issues in admin header area (accepted) https://code.djangoproject.com/ticket/33729 - AutocompleteSelect widget broken after moving from django 2.2 to django 3.2 (invalid)
*Reviewed/committed: * https://github.com/django/django/pull/15693 - Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone. https://github.com/django/django/pull/15695 - Fixed #33710 -- Made RenameIndex operation a noop when the old and new name match. https://github.com/django/django/pull/15696 - Refs #27064 -- Made migrations generate RenameIndex operations when renaming Meta.indexes. https://github.com/django/django/pull/15651 - Fixed #27064 -- Implemented RenameIndex operation. https://github.com/django/django/pull/15692 - Fixed #33705 -- Fixed crash when using IsNull() lookup in filters. https://github.com/django/django/pull/15712 - Fixed #33715 -- Allowed keyboard interrupt to abort queries in MySQL dbshell. https://github.com/django/django/pull/15698 - Fixed #33653 -- Fixed template crash when calling methods for built-in types without required arguments. https://github.com/django/django/pull/15714 - Fixed #33721 -- Added DE-9IM link in GEOS docs. https://github.com/django/django/pull/15715 - Fixed #33727 -- Fixed color contrasts in admin header. https://github.com/django/django/pull/15716 - Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not focusable. *Reviewed: * https://github.com/django/django/pull/15699 - Pre-branch edits for 4.1a1. *Authored: * https://github.com/django/django/pull/15700 - [4.1.x] Updated source translation catalogs. https://github.com/django/django/pull/15701 - Refs #33379 -- Fixed minimum supported version of MariaDB. https://github.com/django/django/pull/15702 - Fixed #33713 -- Dropped support for MariaDB 10.3. https://github.com/django/djangoproject.com/pull/1165 - Changed repository URLs to HTTPS. https://github.com/django/django/pull/15707 - Fixed #33717 -- Dropped support for PostgreSQL 11. https://github.com/django/django/pull/15708 - Fixed #33719 -- Fixed test command crash when running in parallel. https://github.com/django/django/pull/15713 - Bumped versions in pre-commit and npm configurations. https://github.com/django/django/pull/15720 - Refs #33725 -- Replaced deprecated find_element_by_css_selector() with find_elements(By.CSS_SELECTOR, …) 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/29a1870e-be03-45d5-8c07-6158f625cf61n%40googlegroups.com.