Week ending June 14, 2020. *Triaged:* https://code.djangoproject.com/ticket/31669 - migrate --fake-initial doesn't work when only a subset of tables exists in database. (invalid) https://code.djangoproject.com/ticket/31674 - debug error view doesn't respect exc.__suppress_context__ (PEP 415) (accepted) https://code.djangoproject.com/ticket/31672 - debug error view shows no traceback if exc.__traceback__ is None for innermost exception (accepted) https://code.djangoproject.com/ticket/31666 - Combine prefetch_related queries for FK's to the same target model (wontfix) https://code.djangoproject.com/ticket/31670 - Change "whitelist" to "allow list" and "blacklist" to "deny list". (wontfix) https://code.djangoproject.com/ticket/31677 - ForeignObjectRel and its subclasses shouldn't be set as Col.output_field. (created) https://code.djangoproject.com/ticket/31678 - "AttributeError: 'ManyToOneRel' object has no attribute 'select_format'" fails in 3.0.7 (duplicate) https://code.djangoproject.com/ticket/31675 - Add a warning about cyclic references in exceptions to the debug error view. (accepted) https://code.djangoproject.com/ticket/31682 - Document required sqlparse version in Django 2.2. (accepted) https://code.djangoproject.com/ticket/31681 - Output checks ran via manage.py checks. (wontfix) https://code.djangoproject.com/ticket/31680 - Preventing DeferredAttribute.__ get__() unnecessary calls. (accepted) https://code.djangoproject.com/ticket/24141 - contains() method for QuerySets. (accepted) https://code.djangoproject.com/ticket/28132 - File upload crash with "TemporaryFileUploadHandler object has no attribute 'file'" error. (accepted) https://code.djangoproject.com/ticket/31683 - Overridden methods ignored in models.DecimalField subclass. (invalid) https://code.djangoproject.com/ticket/31686 - SQL migrations don't set default in database. (duplicate) https://code.djangoproject.com/ticket/31684 - Document upload_to method behavior when duplicate file is present. (invalid) https://code.djangoproject.com/ticket/31685 - Support updating conflicts with QuerySet.bulk_create(). (accepted) https://code.djangoproject.com/ticket/31687 - Subquery loses ordering when passed to Func even if Func needs ordering. (invalid) https://code.djangoproject.com/ticket/31688 - Fail to rename and reuse field when using postgres (duplicate) https://code.djangoproject.com/ticket/31689 - Warn that bulk_create()'s ignore_conflicts option ignores not only duplicate keys on MySQL. (accepted) https://code.djangoproject.com/ticket/31693 - Add setting to control installed PostgreSQL extensions. (wontfix) https://code.djangoproject.com/ticket/31691 - Added ordering support to JSONBAgg. (accepted) https://code.djangoproject.com/ticket/31694 - _base_manager and related objects mismatch between docs and implementation (invalid) https://code.djangoproject.com/ticket/31695 - GDAL 3 axis order causes inconsistency in geodjango api and breaks geometry calculations (duplicate) https://code.djangoproject.com/ticket/31690 - Note fuzzy entries in translation docs. (accepted) https://code.djangoproject.com/ticket/31696 - Update link to OWASP Top Ten List. (accepted) https://code.djangoproject.com/ticket/31697 - Please help me to solve the below error in django (invalid) https://code.djangoproject.com/ticket/31699 - Fields placed at the SELECT clause in an erroneous order. (duplicate)
*Reviewed/committed:* https://github.com/django/django/pull/13032 - Fixed #31661 -- Removed period in makemigrations history check warning. https://github.com/django/django/pull/13028 - Fixed #31664 -- Reallowed using non-expressions having filterable attribute as rhs in queryset filters. https://github.com/django/django/pull/13024 - Fixed #31662 -- Added detection for GDAL 3.0 and 3.1 on Windows. https://github.com/django/django/pull/12915 - Fixed #31594 -- Added ASGIStaticFilesHandler.get_response_async(). https://github.com/django/django/pull/13041 - Fixed #31675 -- Added warning to ExceptionReporter when exception chain has a cycle. https://github.com/django/django/pull/13033 - Fixed #31657 -- Fixed ordering by attnames of self-referential ForeignKeys. https://github.com/django/django/pull/13036 - Fixed #31680 -- Removed unnecessary getattr() call in DeferredAttribute.__get__(). https://github.com/django/django/pull/13035 - Fixed #28132 -- Made MultiPartParser ignore filenames with trailing slash. https://github.com/django/django/pull/13030 - Fixed #31667 -- Made __in lookup ignore None values. https://github.com/django/django/pull/13027 - Fixed #31645 -- Enhanced the migration warning for migrate commmand. https://github.com/django/django/pull/13050 - Fixed #31491 -- Allowed 'password' option in DATABASES['OPTIONS'] on MySQL. https://github.com/django/django/pull/12918 - Added support for the Tajik language. https://github.com/django/django/pull/13049 - Fixed #31649 -- Added support for covering exclusion constraints on PostgreSQL 12+. https://github.com/django/django/pull/13057 - Fixed #31691 -- Added ordering support to JSONBAgg. *Authored:* https://github.com/django/django/pull/13042 - Refs #31682 -- Doc'd minimal sqlparse version in Django 2.2. https://github.com/django/django/pull/13048 - Fixed #31659 -- Made ExpressionWrapper preserve output_field for combined expressions. 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/a4e3d511-19f3-4339-8294-a337f347102bo%40googlegroups.com.