Week ending September 13, 2020. *Triaged:* https://code.djangoproject.com/ticket/31985 - salted_hmac() docstring shouldn't mention hashlib.new(). (accepted) https://code.djangoproject.com/ticket/31986 - Django Admin filter sidebar does not scroll. (accepted) https://code.djangoproject.com/ticket/31987 - Cast() crashes with DurationField on MySQL and Oracle. (accepted) https://code.djangoproject.com/ticket/31988 - Annotate Case(When()) duplicate objects. (duplicate) https://code.djangoproject.com/ticket/31991 - QuerySet.raw() method returns string instead of dict for JSONField(). (wontfix) https://code.djangoproject.com/ticket/31990 - QuerySet.ordered property is incorrect after annotate(). (accepted) https://code.djangoproject.com/ticket/31989 - Bug in posix implementation of django/core/files/locks.py (accepted) https://code.djangoproject.com/ticket/9433 - File locking broken on AFP mounts (fixed) https://code.djangoproject.com/ticket/28428 - Add support for Pathlib objects in django.core.files.storage (fixed) https://code.djangoproject.com/ticket/31994 - Error in Tutorial 2 (invalid) https://code.djangoproject.com/ticket/31995 - Unnecesarry quotes are created by TemporaryUploadedFile. (needsinfo) https://code.djangoproject.com/ticket/31996 - Template Mixins (wontfix) https://code.djangoproject.com/ticket/15249 - Provide access to a debugger within the development server (wontfix) https://code.djangoproject.com/ticket/31998 - Doc'd that TEST['MIRROR'] requires TransactionTestCase. (duplicate) https://code.djangoproject.com/ticket/31997 - Regression in Django 3 related to ORM in async tasks (OperationalError: database is locked) (invalid) https://code.djangoproject.com/ticket/31999 - Sqlite and datetime aggregates. (invalid)
*Reviewed/committed:* https://github.com/django/django/pull/13189 - Fixed #31791 -- Made technical 404 debug page display the tried URL patterns for Http404. https://github.com/django/django/pull/13391 - Fixed #31944 -- Used addCleanup() to register TestContextDecorator cleanups. https://github.com/django/django/pull/13394 - Fixed #31985 -- Corrected salted_hmac()'s docstring about supported algorithms. https://github.com/django/django/pull/13398 - Fixed #31987 -- Fixed Cast() with DurationField on MySQL. https://github.com/django/django/pull/13395 - Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session destroyed while request is processing. https://github.com/django/djangoproject.com/pull/1021 - Sunset Django People. https://github.com/django/django/pull/13124 - Fixed #31750 -- Made models.Field equality compare models for inherited fields. https://github.com/django/django/pull/13400 - Fixed #31967 -- Doc'd consequences of resolving an output_field for Value(). https://github.com/django/django/pull/13402 - Fixed #31992 -- Made admin password reset templates use title/content_title blocks from the base template. https://github.com/django/django/pull/13403 - Fixed #31993 -- Added subtitles to admin change/view pages. https://github.com/django/django/pull/13406 - Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a pickled Query. https://github.com/django/django/pull/13365 - Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID and driver. *Reviewed:* https://github.com/django/django/pull/13399 - Refs #23130 -- Added test for BooleanField choices generation. *Authored:* https://github.com/django/django/pull/13404 - Refs #31956 -- Doc'd consequences of disabling psycopg2's JSONB typecaster. 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/df0744cd-3e1e-4792-ba80-3582cc304e91n%40googlegroups.com.