Week ending June 13, 2021 *Triaged: * https://code.djangoproject.com/ticket/32820 - Fields’ errors should be programmatically associated with fields. (accepted) https://code.djangoproject.com/ticket/32819 - Fields’ help text and errors should be associated with input. (accepted) https://code.djangoproject.com/ticket/32822 - Docs that send_email()'s from_email doesn't work in Gmail. (wontfix) https://code.djangoproject.com/ticket/32817 - Include in CsrfViewMiddleware's bad CSRF token message where the token is from (accepted) https://code.djangoproject.com/ticket/32823 - Cannot pass extra AJAX settings to admin autocomplete (duplicate) https://code.djangoproject.com/ticket/32825 - Django unit tests with postgres can take an exceeding long time (needsinfo) https://code.djangoproject.com/ticket/32826 - Allow for custom groupings in Django Admin (duplicate) https://code.djangoproject.com/ticket/32824 - Potential micro-optimisations for NodeList.render (accepted) https://code.djangoproject.com/ticket/32801 - Support for non-aggregation subqueries in FROM clause (duplicate) https://code.djangoproject.com/ticket/32828 - Wrong .count() for GROUP BY on ordered queryset (invalid) https://code.djangoproject.com/ticket/32829 - clearsessions help text is incorrect (accepted) https://code.djangoproject.com/ticket/32830 - The 'last' filter in django template default tags give negative index error (invalid) https://code.djangoproject.com/ticket/32831 - Flaky test in CI: cache.tests.BaseMemcachedTests.test_touch (accepted) https://code.djangoproject.com/ticket/32832 - Adding nullable TextField/JSONField with default fails on MySQL 8.0.13+. (accepted) https://code.djangoproject.com/ticket/32834 - DEFAULT_AUTO_FIELD should allow for diable migration for existing models (invalid) https://code.djangoproject.com/ticket/32835 - ManyRelatedManager should support replace method (invalid) https://code.djangoproject.com/ticket/32836 - User needs both change and view permissions for autocomplete to work, not one or the other. (invalid) https://code.djangoproject.com/ticket/32837 - Flatpages manipulates url before get_object_or_404 leads to error (invalid) https://code.djangoproject.com/ticket/32838 - Migrations create extra index when foreign key is also part of a unique constraint (wontfix) https://code.djangoproject.com/ticket/32839 - Unnecessary qoutes around table name with in subquery (duplicate)
*Reviewed/committed: * https://github.com/django/django/pull/14466 - Refs #24121 -- Added __repr__() to ChangeList and BaseStorage. https://github.com/django/django/pull/14497 - Fixed #32821 -- Updated os.scandir() uses to use a context manager. https://github.com/django/django/pull/14493 - Fixed #32716 -- Fixed ManifestStaticFilesStorage crash when max_post_process_passes is 0. https://github.com/django/django/pull/14484 - Fixed #32668 -- Separated test-collection setup from test-run setup in runtests.py. https://github.com/django/django/pull/14487 - Fixed #32814 -- Improved performance of TextNode. https://github.com/django/django/pull/13559 - Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() operations for PostgreSQL. https://github.com/django/django/pull/14500 - Fixed #25255 -- Recorded unapplied squashed migrations. https://github.com/django/django/pull/13682 - Fixed #32195 -- Added system check for invalid view in path() and improved error messages. https://github.com/django/django/pull/14506 - Fixed #32829 -- Updated help text for clearsessions management command. https://github.com/django/django/pull/14428 - Refs #27734 -- Prevented creation of more parallel workers than TestCases. https://github.com/django/django/pull/14504 - Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNode, and IncludeNode. https://github.com/django/django/pull/14507 - Fixed #32609 -- Updated runtests.py to support directory path test labels. https://github.com/django/django/pull/14513 - Fixed #25250 -- Clarified partially recorded state of squashed migrations in showmigrations --list. https://github.com/django/django/pull/14503 - Fixed #32824 -- Improved performance of NodeList.render(). *Reviewed: * https://github.com/django/django/pull/14508 - Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribute_to_class(). *Authored: * https://github.com/django/django/pull/14501 - Refs #32355 -- Used addClassCleanup() in SimpleTestCase and SerializeMixin. https://github.com/django/django/pull/14502 - Refs #14357 -- Updated docs about interaction between aggregations and QuerySet.order_by(). https://github.com/django/djangoproject.com/pull/1099 - Added list of Django Core Developers. https://github.com/django/django/pull/14512 - Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8.0.13+. 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/cf75f159-1675-4d5c-ac12-168a7a616750n%40googlegroups.com.