Week ending January 30, 2022 *Triaged: * https://code.djangoproject.com/ticket/33459 - Explain how to optimize full text search with SearchVectorField and GinIndex (wontfix) https://code.djangoproject.com/ticket/33460 - Change SQLite backend to generate INSERT statements using VALUES instead of UNION. (accepted) https://code.djangoproject.com/ticket/30209 - Union with group by don't generate correct Subquery (duplicate) https://code.djangoproject.com/ticket/29482 - simplify KeyTransform to always use the 'nested_operator' (wontfix) https://code.djangoproject.com/ticket/33463 - bulk_update() does not work with plain F('...') expressions. (accepted) https://code.djangoproject.com/ticket/33464 - Django db expressions doesn't combine MOD (duplicate) https://code.djangoproject.com/ticket/33465 - Introduce empty __slots__ protocol for SafeString & SafeData (accepted) https://code.djangoproject.com/ticket/33466 - Specify the order of columns in the table. (invalid) https://code.djangoproject.com/ticket/33467 - Small Framework to create Demo-Systems (wontfix) https://code.djangoproject.com/ticket/33468 - aggregate() with 'default' after annotate() crashes. (accepted) https://code.djangoproject.com/ticket/28949 - Multibyte table name or column name causes miscalculation of the length of index name. (wontfix) https://code.djangoproject.com/ticket/33472 - slugify() don't work when used in model's save() method. (worksforme)
*Reviewed/committed: * https://github.com/django/django/pull/15347 - Fixed #33458 -- Fixed encoding of messages with empty string as extra_tags. https://github.com/django/django/pull/15348 - Fixed #33457 -- Fixed "Local vars" scrolling in technical 500 debug page. https://github.com/django/django/pull/15354 - Fixed #33460 -- Used VALUES clause for insert in bulk on SQLite. https://github.com/django/django/pull/15334 - Fixed #29984 -- Added QuerySet.iterator() support for prefetching related objects. https://github.com/django/django/pull/15203 - Refs #20349 -- Avoided loading testing libraries when not needed. https://github.com/django/django/pull/15159 - Fixed #33048 -- Doc'd that DEBUG static files requests don't use middleware chain. https://github.com/django/django/pull/15355 - Used GitHub actions for Windows tests. https://github.com/django/django/pull/15362 - Adjusted CBV resolver_match example in testing tools docs. https://github.com/django/django/pull/15368 - Fixed #33463 -- Fixed QuerySet.bulk_update() with F() expressions. https://github.com/django/django/pull/14725 - Fixed #26142 -- Allowed model formsets to prevent new object creation. https://github.com/django/django/pull/15371 - Fixed #33459 -- Clarified index type in full text search docs. https://github.com/django/django/pull/15361 - Fixed #33461 -- Escaped template errors in the technical 500 debug page. https://github.com/django/django/pull/15370 - Fixed #33465 -- Added empty __slots__ to SafeString and SafeData. https://github.com/django/django/pull/15376 - [4.0.x] Updated translations from Transifex. *Reviewed: * https://github.com/django/django/pull/15333 - Fixed #33407 -- Fixed .radiolist admin CSS. *Authored: * https://github.com/django/django/pull/15351 - Fixed wrapping of long values in technical 500 debug page. https://github.com/django/django/pull/15359 - Fixed wrapping of long messages in the admin. https://github.com/django/django/pull/15360 - Increased test coverage for django.contrib.gis.gdal.layer.Layer. https://github.com/django/django/pull/15364 - Fixed #33462 -- Fixed migration crash when altering type of primary key with MTI and foreign key. https://github.com/django/django/pull/15373 - Fixed #33452 -- Fixed admin change-form layout for submit buttons on mid-sized displays. https://github.com/django/django/pull/15375 - Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on aggregates with default. 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/3c41fb47-8572-4a3f-8603-608d2c6126f6n%40googlegroups.com.