Week ending August 1, 2021 *Triaged: * https://code.djangoproject.com/ticket/29112 - Make it easier to update specific keys within nested Django JSONField data. (duplicate) https://code.djangoproject.com/ticket/32962 - Consolidate string concatenations in BaseDatabaseSchemaEditor.column_sql(). (accepted) https://code.djangoproject.com/ticket/32963 - Combination of filter on the annotation and random order. (duplicate) https://code.djangoproject.com/ticket/32948 - Optimise Q combination and inversion (accepted) https://code.djangoproject.com/ticket/32965 - Django related manager allways choose db_for_read router and fail update/delete (invalid) https://code.djangoproject.com/ticket/32966 - time-related _check_fix_default_value() methods can be optimized / simplified (accepted) https://code.djangoproject.com/ticket/32967 - Buggy Migrations when `float("nan")` in `Q` objects (wontfix) https://code.djangoproject.com/ticket/32969 - Improve pickling of HttpResponse instances (accepted) https://code.djangoproject.com/ticket/32973 - Pass generator expression to str.join() instead of list / tuple throughout code base (wontfix) https://code.djangoproject.com/ticket/32972 - Django ORM raw query not playing nice with Geometric Point objects (invalid) https://code.djangoproject.com/ticket/32971 - System check methods can yield their items instead of creating lists at every layer (wontfix) https://code.djangoproject.com/ticket/32974 - multiple form (invalid) https://code.djangoproject.com/ticket/32977 - conditionalize Class Meta. I want to achieve something like this. How can i do it? (invalid)
*Reviewed/committed: * https://github.com/django/django/pull/14672 - Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_fields is a list. https://github.com/django/django/pull/14684 - Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs. https://github.com/django/django/pull/14691 - Fixed #32743 -- Added foreign key altering when altering type of referenced primary key with MTI. https://github.com/django/django/pull/14640 - Fixed #32906 -- Added docs and tests for using key and index lookups on JSONBAgg results. https://github.com/django/django/pull/14700 - Refs #32743 -- Fixed recreation of foreign key constraints when altering type of referenced primary key with MTI. https://github.com/django/django/pull/14702 - Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments. https://github.com/django/django/pull/14701 - Fixed #32962 -- Consolidated string concatenations in BaseDatabaseSchemaEditor.column_sql(). https://github.com/django/django/pull/14699 - Fixed #32946 -- Changed internal usage of dynamic Q() objects construction to use non-kwargs initialization. https://github.com/django/django/pull/14705 - Fixed #32959 -- Moved tests URLs to validators.tests. https://github.com/django/django/pull/14697 - Refs #32956 -- Lowercased "internet" and "email" where appropriate. https://github.com/django/django/pull/14708 - Fixed #32956 -- Lowercased spelling of "web" and "web framework" where appropriate. https://github.com/django/django/pull/14664 - Fixed #23895 -- Prevented pickling of ResolverMatch. https://github.com/django/django/pull/14688 - Fixed #32916 -- Combined request.META['CSRF_COOKIE_USED'] and request.csrf_cookie_needs_reset. https://github.com/django/django/pull/14712 - Removed unused and unnecessary words from docs/spelling_wordlist. https://github.com/django/django/pull/14717 - Fixed #32966 -- Fixed TimeField.check() crash for timezone-aware times in default when USE_TZ = True. https://github.com/django/django/pull/14713 - Refs #32956 -- Updated words ending in -wards. *Authored: * https://github.com/django/django/pull/14698 - Updated Python license for 2021. https://github.com/django/django/pull/14716 - Refs #32880 -- Made remaining titles consistent in how-to documents. https://github.com/django/djangoproject.com/pull/1106 - Used GitHub Actions workflow. 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/92641470-ddd6-4be9-ac80-5d269de804d1n%40googlegroups.com.