Week ending July 19, 2020. *Triaged:* https://code.djangoproject.com/ticket/31782 - Missing statements while creating [appName] on templates (invalid) https://code.djangoproject.com/ticket/31781 - Not Found The requested resource was not found on this server (invalid) https://code.djangoproject.com/ticket/31780 - Include the Python traceback in the debug-page footer as a HTML comment (wontfix) https://code.djangoproject.com/ticket/31778 - Pass exception to ERROR_PAGE_TEMPLATE after catching TemplateDoesNotExist. (wontfix) https://code.djangoproject.com/ticket/31779 - Executing complex JSONField queries crashes on MariaDB < 10.2.16 (invalid) https://code.djangoproject.com/ticket/31784 - Emails name over 75 characters are incompatible with the latest versions of python. (invalid) https://code.djangoproject.com/ticket/31788 - Models migration with change field foreign to many and deleting unique together. (accepted) https://code.djangoproject.com/ticket/31787 - dumpdata/loaddata BinaryField base64 decoding fails. (needsinfo) https://code.djangoproject.com/ticket/31790 - HttpResponse.delete_cookie() should preserve cookie's samesite. (accepted) https://code.djangoproject.com/ticket/31794 - NotImplementedError: subclasses of BaseCache must provide a touch() method (worksforme) https://code.djangoproject.com/ticket/31795 - Allow overriding regional subtags convertion to lowercase (wontfix) https://code.djangoproject.com/ticket/16893 - negation of Q object returns the same thing (wontfix) https://code.djangoproject.com/ticket/31796 - DetailView Instance running twice for single rendering (invalid) https://code.djangoproject.com/ticket/31797 - MariaDB 10.4 SchemaTests failures (accepted) https://code.djangoproject.com/ticket/31798 - Let EmailField automatically transform value to lower case (duplicate) https://code.djangoproject.com/ticket/31800 - Oracle InspectDB tests fail on Windows (duplicate) https://code.djangoproject.com/ticket/31801 - Oracle schema tests error out on Windows (duplicate)
*Reviewed/committed:* https://github.com/django/django/pull/13176 - Fixed #31674 -- Made technical 500 debug page respect __suppress_context__. https://github.com/django/django/pull/13178 - Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+. https://github.com/django/django/pull/12944 - Fixed #30457 -- Added TestCase.captureOnCommitCallbacks(). https://github.com/django/django/pull/13171 - Fixed #21528 -- Added note about filtering form field's queryset based on instance to admin docs. https://github.com/django/django/pull/13155 - Added Igbo language. https://github.com/django/django/pull/11359 - Fixed #30446 -- Resolved Value.output_field for stdlib types. https://github.com/django/django/pull/13145 - Fixed #31623 -- Allowed specifying number of adjacent time units in timesince()/timeuntil(). https://github.com/django/django/pull/13193 - Refs #31502 -- Made minor edits to Model._state docs. https://github.com/django/django/pull/13180 - Fixed #31731 -- Removed unreachable code for resetting sequences of auto-created m2m tables in sequence_reset_sql(). *Authored:* https://github.com/django/django/pull/13195 - Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpResponse.delete_cookie(). https://github.com/django/django/pull/13197 - Stopped adapting DecimalField values to strings on Oracle. https://github.com/django/django/pull/13204 - Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VALUE_ON_ZERO SQL mode is enabled. 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/dcd10d7f-3c41-423e-9728-da30d51b8d8do%40googlegroups.com.
