Week ending August 4, 2019. *Triaged:* https://code.djangoproject.com/ticket/30665 - Add DISTINCT support for Avg and Sum aggregates. (accepted) https://code.djangoproject.com/ticket/30662 - Add a signal at the end of Model.refresh_from_db(). (wontfix) https://code.djangoproject.com/ticket/30664 - SQLite3 migrations can fail when used quoted db_table. (accepted) https://code.djangoproject.com/ticket/30661 - Add support for SmallAutoField. (accepted) https://code.djangoproject.com/ticket/30667 - Running last() on a related object with a F() ordering mutates model ordering. (duplicate) https://code.djangoproject.com/ticket/30668 - Filter by window expression should raise a descriptive error. (accepted) https://code.djangoproject.com/ticket/30669 - Can FILE_UPLOAD_MAX_MEMORY_SIZE be set to None? (fixed) https://code.djangoproject.com/ticket/30670 - Document SchemaEditor.add_constraint()/remove_constraint() methods. (accepted) https://code.djangoproject.com/ticket/30671 - Conditional for Template Block Content. (wontfix) https://code.djangoproject.com/ticket/30672 - JSONField/HStoreField key and index transforms crash. (created)
*Reviewed/committed:* https://github.com/django/django/pull/11597 - Fixed #30656 -- Added QuerySet.bulk_update() to the database optimization docs. https://github.com/django/django/pull/11596 - Fixed #30411 -- Improved formatting of text tracebacks in technical 500 templates. https://github.com/django/django/pull/11607 - Refs #30593 -- Improve extract check constraints in mariadb get_constraints(). https://github.com/django/django/pull/10947 - Fixed #30160 -- Added support for LZMA and XZ templates to startapp/startproject management commands. https://github.com/django/django/pull/11603 - Fixed #30665 -- Added support for distinct argument to Avg() and Sum(). https://github.com/django/django/pull/11614 - Refs #30669 -- Removed incorrect branch in ASGIHander.read_body(). https://github.com/django/django/pull/11612 - Fixed #30664 -- Fixed migrations crash when altering table on SQLite or altering AutoField/BigAutoField on PostgreSQL for models with quoted db_table. https://github.com/django/django/pull/11618 - Fixed #30599 -- Prevented ManifestFilesMixin.read_manifest() from silencing errors other than FileNotFoundError. https://github.com/django/django/pull/11611 - Fixed #30661 -- Added models.SmallAutoField. https://github.com/django/django/pull/11605 - Fixed #30668 -- Made QuerySet.filter() raise NotSupportedError if any of source expressions is not filterable. https://github.com/django/django/pull/11619 - Simplified AlterModelTable by making it subclass ModelOptionOperation. *Authored:* https://github.com/django/django/pull/11617 - Moved indexes in ArrayField's Index and Slice transforms to SQL params. https://github.com/django/django/pull/11617 - Fixed #30672 -- Fixed crash of JSONField/HStoreField key and index transforms on expressions with params. 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/c9690dee-81dc-44a9-9bb8-0632742e4f52%40googlegroups.com.
