Week ending June 26, 2022 *Triaged: * https://code.djangoproject.com/ticket/33789 - Document changes in quoting table/colums names on Oracle. (accepted) https://code.djangoproject.com/ticket/33792 - Using QuerySet.extra works while RawSQL inside annotate fails (invalid) https://code.djangoproject.com/ticket/33793 - Check for PASSWORD_HASHERS (wontfix) https://code.djangoproject.com/ticket/33794 - PostGISAdapter str() returns bytes (accepted) https://code.djangoproject.com/ticket/33795 - Django sync_to_async takes infinite time with asgiref 3.5.1+ (needsinfo) https://code.djangoproject.com/ticket/33796 - Combined queries with ordering are no longer usable as subqueries on PostgreSQL and MySQL. (accepted) https://code.djangoproject.com/ticket/33799 - abulk_create() doesn't accept upsert parameters (update_conflicts, update_fields, unique_fields) (accepted) https://code.djangoproject.com/ticket/33800 - check_for_template_tags_with_the_same_name with libraries in TEMPLATES (accepted) https://code.djangoproject.com/ticket/33801 - IsNull Lookup requesting a attribute from RHS while it is force to be of type bool (duplicate) https://code.djangoproject.com/ticket/33802 - Q objects to match an empty string in CheckConstraint results in invalid SQL using MySQL (worksforme) https://code.djangoproject.com/ticket/33804 - GinIndex's gin_pending_list_limit parameter is in kilobytes. (accepted) https://code.djangoproject.com/ticket/33805 - SelectMultiple in ModelAdminForm display help text when allow_multiple_selected is False. (accepted) https://code.djangoproject.com/ticket/33808 - Specific subquery produces wrong SQL (error 500) (duplicate) https://code.djangoproject.com/ticket/33806 - The `salt` argument for signing functions should not be optional. (wontfix)
*Reviewed/committed: * https://github.com/django/django/pull/15777 - Fixed #32969 -- Fixed pickling HttpResponse and subclasses. https://github.com/django/django/pull/15781 - Fixed #33657 -- Allowed customizing formatter class of argument parsers. https://github.com/django/django/pull/15785 - Fixed #33794 -- Fixed string-casting of GIS queries on PostgreSQL. https://github.com/django/django/pull/15782 - Fixed #33028 -- Used ModelAdmin's opts attribute instead of model._meta. https://github.com/django/django/pull/15681 - Made HashedFilesMixin ignore URLs without a path. https://github.com/django/django/pull/15788 - Fixed #33799, Refs #31685 -- Added parameters for updating conflicts to QuerySeta.abulk_create(). https://github.com/django/django/pull/15794 - Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description in docs. *Authored: * https://github.com/django/django/pull/15784 - Fixed #33789 -- Doc'd changes in quoting table/column names on Oracle in Django 4.0. https://github.com/django/django/pull/15786 - [3.2.x] Fixed test_request_lifecycle_signals_dispatched_with_thread_sensitive with asgiref 3.5.1+. https://github.com/django/django/pull/15790 - Fixed #33800 -- Fixed system check for the same template tag module in installed apps and template tag libraries. https://github.com/django/django/pull/15793 - Fixed #33796 -- Fixed ordered combined queryset crash when used in subquery on PostgreSQL and MySQL. 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/fcd47214-2341-476e-aebe-41d09d23ed5cn%40googlegroups.com.