Week ending September 2, 2019. *Triaged:* https://code.djangoproject.com/ticket/30730 - STATICFILES_FINDERS not set. (worksforme) https://code.djangoproject.com/ticket/30727 - Pickling a QuerySet evaluates the querysets given to Subquery in annotate. (accepted) https://code.djangoproject.com/ticket/30731 - simplify_regexp() doesn't replace trailing groups. (accepted) https://code.djangoproject.com/ticket/30733 - Document that datetime lookups require time zone definitions in the database. (accepted) https://code.djangoproject.com/ticket/30734 - Webp Converter (invalid) https://code.djangoproject.com/ticket/30737 - Incorrectly encoded headers can yield uncaught UnicodeDecodeError (invalid) https://code.djangoproject.com/ticket/30735 - Testing client encode_multipart may also support dict format. (wontfix) https://code.djangoproject.com/ticket/30738 - Misleading multiwidget template example. (accepted) https://code.djangoproject.com/ticket/30739 - OuterRef in exclude() or ~Q() uses wrong model. (accepted) https://code.djangoproject.com/ticket/30743 - Removing `db_index=True` crashes migrations. (worksforme) https://code.djangoproject.com/ticket/30744 - Where did fulltext index support for MySQL go? (invalid) https://code.djangoproject.com/ticket/30741 - sqlmigrate doesn't show a drop constraint SQL when previous create constrain operation wasn't perform. (invalid)
*Reviewed/committed:* https://github.com/django/django/pull/11615 - Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS. https://github.com/django/django/pull/11707 - Fixed #30727 -- Made Subquery pickle without evaluating their QuerySet. https://github.com/django/django/pull/11695 - Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget. https://github.com/django/django/pull/11717 - [2.2.x] Fixed #30500 -- Fixed race condition in loading URLconf module. https://github.com/django/django/pull/11718 - Fixed #30733 -- Doc'd that datetime lookups require time zone definitions in the database. https://github.com/django/django/pull/8119 - Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude(). https://github.com/django/django/pull/11625 - Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods. https://github.com/django/django/pull/11722 - Fixed #30736 -- Added Storage.get_alternative_name() to allow customization. https://github.com/django/django/pull/11728 - Fixed #30731 -- Fixed handling trailing groups in simplify_regex(). https://github.com/django/django/pull/11731 - Fixed #30738 -- Fixed typo in docs/ref/forms/widgets.txt. *Authored:* Refs #25367 -- Simplified OrderBy and Lookup by using Case() instead of RawSQL() on Oracle. Best regards, 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/90e06c0f-b624-4b95-a3d1-2422471e6c47%40googlegroups.com.