Week ending September 20, 2020. *Triaged:* https://code.djangoproject.com/ticket/32003 - Signature of mocked has_perm() methods is outdated. (accepted) https://code.djangoproject.com/ticket/32000 - Do not override "user" variable when User model is used with generic views (wontfix) https://code.djangoproject.com/ticket/32001 - Pass obj to user.has_perm() in ModelAdmin (duplicate) https://code.djangoproject.com/ticket/32006 - QuerySet with values with annotate generates wrong SQL query on PostgreSQL. (invalid) https://code.djangoproject.com/ticket/32007 - QuerySet.annotate() with WhereNode() crashes with AttributeError. (accepted) https://code.djangoproject.com/ticket/32008 - sanitize_address() can add newlines in a header that django.core.mail.EmailMessage will refuse. (invalid) https://code.djangoproject.com/ticket/32009 - Deployment issue (invalid) https://code.djangoproject.com/ticket/32011 - Error when calling add() on ManyRelatedManager with intermediary model (invalid) https://code.djangoproject.com/ticket/32012 - Test runner setup_databases crashes with "TEST": {"MIGRATE": False}. (accepted) https://code.djangoproject.com/ticket/32013 - Field choice attribute returns different objects in forms. (invalid) https://code.djangoproject.com/ticket/32014 - When Upgrading Django1.11 to Django latest (invalid) https://code.djangoproject.com/ticket/32016 - mail_admins handler cannot be configured. (needsinfo) https://code.djangoproject.com/ticket/32015 - psycopg2 jsonb is not loaded with connections.cursor (duplicate) https://code.djangoproject.com/ticket/32017 - TypeError: check() got an unexpected keyword argument 'databases' (invalid) https://code.djangoproject.com/ticket/32019 - Typos DIRS value on TEMPLATES constant settings.py (invalid) https://code.djangoproject.com/ticket/32021 - Add support to update a JSONField with result from annotation (duplicate) https://code.djangoproject.com/ticket/32020 - Wrong multiple Count() annotations. (duplicate)
*Reviewed/committed:* https://github.com/django/django/pull/13416 - Removed hardcoded paths to SpatialRefSys models in tests. https://github.com/django/django/pull/13186 - Fixed #31789 -- Added a new headers interface to HttpResponse. https://github.com/django/django/pull/13419 - Fixed #32003 -- Added obj argument to has_perm() methods in tests. https://github.com/django/django/pull/13420 - Added DatabaseIntrospection.index_default_access_method on the PostgreSQL backend. https://github.com/django/django/pull/13413 - Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices. https://github.com/django/django/pull/13410 - Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock() on POSIX systems. https://github.com/django/django/pull/13310 - Fixed #29887 -- Added a cache backend for pymemcache. https://github.com/django/django/pull/13371 - Fixed #31843 -- Fixed pickling named values from QuerySet.values_list(). https://github.com/django/django/pull/13426 - Fixed #31916 -- Fixed combined queryset crash when combining with ordered combined querysets. *Reviewed:* https://github.com/django/django/pull/13390 - Fixed #31880 -- Handled overlapping annotations and aggregations. https://github.com/django/django/pull/13207 - Fixed #31777 -- Added support for database collations to Char/TextFields. *Authored:* https://github.com/django/django/pull/13417 - Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Meta.ordering. https://github.com/django/django/pull/13422 - Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation. https://github.com/django/django/pull/13430 - Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator changes. 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/19fc7d36-4eea-4c4f-af13-f1ad362b555an%40googlegroups.com.