Week ending April 18, 2021 *Triaged: * https://code.djangoproject.com/ticket/32632 - Query resolution can be at least 3x slower in 3.2 (accepted) https://code.djangoproject.com/ticket/32628 - Add extra data to autocomplete request (wontfix) https://code.djangoproject.com/ticket/32625 - JSONField with callable default reports ModelForm.has_changed() when it hasn't (invalid) https://code.djangoproject.com/ticket/32636 - QuerySet.values()/values_list() crashes on a combined queryset ordered by "extra" select. (created) https://code.djangoproject.com/ticket/32634 - AlterField drops contraints in the wrong order when performed as reverse migration (invalid) https://code.djangoproject.com/ticket/32637 - Technical 404 debug page doesn't display Http404's message in Django 3.2. (accepted) https://code.djangoproject.com/ticket/32638 - threading.Thread.setDaemon has been deprecated in Python 3.10 (duplicate) https://code.djangoproject.com/ticket/32639 - ADMINS and MANAGERS may contain invalid email addreses (wontfix) https://code.djangoproject.com/ticket/32641 - Log the number of tests found in DiscoverRunner.build_suite() (accepted) https://code.djangoproject.com/ticket/32642 - RuntimeError: 'apps.core.apps' declares more than one default AppConfig on custom admin setup (invalid) https://code.djangoproject.com/ticket/32646 - add request.json() shortcut (duplicate) https://code.djangoproject.com/ticket/32644 - TemplateDoesNotExist for templates in local apps (invalid) https://code.djangoproject.com/ticket/32648 - New sitemap 'alternates' generation feature is bugged using default values. (accepted) https://code.djangoproject.com/ticket/32649 - ModelAdmin.search_fields crashes for a search term with unbalanced quotes. (accepted) https://code.djangoproject.com/ticket/32645 - order_by().update() with joined fields crashes on MySQL/MariaDB. (accepted) https://code.djangoproject.com/ticket/32643 - CookieStorage for contrib.messages crashes after upgrade to django 3.2 (accepted) https://code.djangoproject.com/ticket/32651 - Combining Q with a Q containing Exists crashes (duplicate) https://code.djangoproject.com/ticket/32656 - Broken link (invalid) https://code.djangoproject.com/ticket/32657 - Combining an empty Q with a negated Exists un-negates the Exists lookup (accepted). https://code.djangoproject.com/ticket/32653 - Quoting names in the Oracle backend is not consistent with the db_table generation. (accepted) https://code.djangoproject.com/ticket/19159 - loaddata reports DeserializationError instead of MemoryError (invalid) https://code.djangoproject.com/ticket/32659 - Autocomplete field: The results could not be loaded. (needsinfo)
*Reviewed/committed: * https://github.com/django/django/pull/14011 - Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread. https://github.com/django/django/pull/14241 - Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combined querysets ordered by unannotated columns. https://github.com/django/django/pull/14142 - Reduced the garbage collection frequency in runtests.py. https://github.com/django/django/pull/14255 - Fixed #32635 -- Fixed system check crash for reverse o2o relations in CheckConstraint.check and UniqueConstraint.condition. https://github.com/django/django/pull/14266 - Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format. https://github.com/django/django/pull/14264 - Removed obsolete version check in setup.py. https://github.com/django/django/pull/14261 - Fixed #32641 -- Made DiscoverRunner print the number of found tests. https://github.com/django/django/pull/12688 - Fixed #29899 -- Made autodetector use model states instead of model classes. *Reviewed: * https://github.com/django/django/pull/14259 - Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template. https://github.com/django/django/pull/14269 - Fixed #32652 -- Fixed links to new contributors FAQ. *Authored: * https://github.com/django/django/pull/14252 - Fixed #32637 -- Restored exception message on technical 404 debug page. https://github.com/django/django/pull/14262 - Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching against phrases with unbalanced quotes. 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/a7d04422-3208-4ec7-a7f4-a88d2aba3b61n%40googlegroups.com.