Week ending October 25, 2020. *Triaged: * https://code.djangoproject.com/ticket/31922 - QuerySet.filter() against Q() with Subquery() and __in produces wrong results. (duplicate) https://code.djangoproject.com/ticket/32116 - QuerySet.order_by() crashes on combined queryset with a single non-empty query. (accepted) https://code.djangoproject.com/ticket/32118 - Add field for 4-bytes floats (RealField/SmallFloatField). (wontfix) https://code.djangoproject.com/ticket/31975 - Add support for list of fields to admin_order_field. (wontfix) https://code.djangoproject.com/ticket/32121 - Skip auth.E003 system check for USERNAME_FIELD with total UniqueConstraints. (accepted) https://code.djangoproject.com/ticket/32124 - Allow individual views to opt-out of APPEND_SLASH behaviour. (accepted) https://code.djangoproject.com/ticket/32126 - Empty Case() annotation crashes when used with GROUP BY (accepted) https://code.djangoproject.com/ticket/32127 - textareas are cut off with the admin navigation sidebar. (created) https://code.djangoproject.com/ticket/32128 - Issue with asgiref dependency installing Django 3.1.x (accepted) https://code.djangoproject.com/ticket/32130 - Password reset token incompatibility. (accepted) https://code.djangoproject.com/ticket/32132 - ManyToManyField does not respect the PositiveBigIntegerField in m2m intermediate table. (accepted) https://code.djangoproject.com/ticket/32133 - bulk_create of parent after setting on child leads to unexpected data loss (duplicate) https://code.djangoproject.com/ticket/29497 - Saving parent object after setting on child leads to unexpected data loss in bulk_create(). (accepted ) https://code.djangoproject.com/ticket/31276 - Add 'flush' option to only clear non-empty tables (wontfix) https://code.djangoproject.com/ticket/32135 - JSONField db_type `jsonb`==>`json` for sequential data no longer works (invalid) https://code.djangoproject.com/ticket/32136 - Period inside of quoting in the deletion message (invalid)
*Reviewed/committed: * https://github.com/django/django/pull/13553 - Fixed #32116 -- Fixed QuerySet.order_by() crash on EmptyQuerySet with union() on a single non-empty o rdered queryset. https://github.com/django/django/pull/13562 - Added DatabaseFeatures.can_alter_geometry_field. https://github.com/django/django/pull/13560 - Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.restricted_objects. https://github.com/django/django/pull/13561 - Relaxed some query ordering assertions in expressions tests. https://github.com/django/django/pull/13556 - Fixed #32108 -- Made transaction.on_commit() raise TypeError when callback is not a callable. https://github.com/django/django/pull/13563 - Fixed #32120 -- Added DatabaseFeatures.indexes_foreign_keys. https://github.com/django/django/pull/13581 - Removed hardcoded pks in syndication tests. https://github.com/django/django/pull/13576 - Fixed #32126 -- Fixed grouping by Case() annotation without cases. https://github.com/django/django/pull/13551 - Fixed #26615 -- Made password reset token invalidate when changing email. https://github.com/django/django/pull/13469 - Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL. https://github.com/django/django/pull/13578 - Fixed #13060 -- Improved error message when ManagementForm data is missing. https://github.com/django/django/pull/13569 - Fixed #26390 -- Disabled grouping by Random(). https://github.com/django/django/pull/13590 - Fixed #32134 -- Fixed crash of __range lookup with namedtuple. *Reviewed: * https://github.com/django/django/pull/13573 - Fixed #32069 -- Fixed admin change-form layout on small screens. https://github.com/django/django/pull/13575 - Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. https://github.com/django/django/pull/13586 - Refs #32128 -- Doc'd asgiref changes to sync_to_async(). *Authored: * https://github.com/django/django/pull/13585 - Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation. https://github.com/praekelt/django-recaptcha/pull/230 - Added testing for Django 3.1 and updated Travis CI configuration. https://github.com/django-money/django-money/pull/562 - Added testing for Django 3.1 and updated Travis CI configuration. 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/0448a242-2e88-4f70-85f7-9210de3af0den%40googlegroups.com.