Week ending April 11, 2021 *Triaged: * https://code.djangoproject.com/ticket/32606 - Allow rich configuration of Selenium tests (needsinfo) https://code.djangoproject.com/ticket/32614 - MiddlewareSyncAsyncTests crashes with asgiref 3.3.2. (accepted) https://code.djangoproject.com/ticket/32615 - Autocomplete does not honor model ordering (duplicate) https://code.djangoproject.com/ticket/32616 - QuerySet filter() does not preserve the argument order for a WHERE clause (duplicate) https://code.djangoproject.com/ticket/32259 - Modernize request attribute names (wontfix) https://code.djangoproject.com/ticket/56 - Primary key columns should be UNSIGNED (wontfix) https://code.djangoproject.com/ticket/32617 - The word in the document is misspelled (invalid) https://code.djangoproject.com/ticket/32618 - Aggregation documentation should mention conditional aggregation (accepted) https://code.djangoproject.com/ticket/32619 - 'ManyToOneRel' object has no attribute 'get_limit_choices_to' (invalid) https://code.djangoproject.com/ticket/32620 - DEFAULT_AUTO_FIELD subclass check fails for subclasses of BigAutoField and SmallAutoField. (accepted) https://code.djangoproject.com/ticket/32621 - class names might follow pep8 (wontfix) https://code.djangoproject.com/ticket/32622 - BooleanField raises ValidationErrors when passing False (duplicate) https://code.djangoproject.com/ticket/32624 - Avoid using javascript for Local vars show/hide in technical 500 template. (accepted) https://code.djangoproject.com/ticket/32623 - Collapsible fieldsets inside inlines do not work (worksforme) https://code.djangoproject.com/ticket/32627 - QuerySet.values()/values_list() crash on combined querysets ordered by unannotated columns. (accepted) https://code.djangoproject.com/ticket/32626 - TypeError while using Selenium with Django 3.2 (needsinfo) https://code.djangoproject.com/ticket/32629 - Autocomplete module broken (duplicate) https://code.djangoproject.com/ticket/32630 - Autoreloader doesn't work on Windows 10. (needsinfo)
*Reviewed/committed: * https://github.com/django/django/pull/14216 - [3.2.x] Updated translations from Transifex. https://github.com/django/django/pull/14219 - Bumped versions in pre-commit configuration. https://github.com/django/django/pull/14212 - Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9. https://github.com/django/django/pull/14007 - Fixed #32442 -- Used converters on returning fields from INSERT statements. https://github.com/django/django/pull/14227 - Fixed #32501 -- Added support for returning fields from INSERT statements on SQLite 3.35+. https://github.com/django/django/pull/14234 - Dropped support for GEOS 3.5 and GDAL 2.0. https://github.com/django/django/pull/14213 - Fixed #32575 -- Added support for SpatiaLite 5. https://github.com/django/django/pull/14238 - Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD. https://github.com/django/django/pull/14239 - Fixed #32624 -- Avoided using JavaScript for "Local vars" show/hide in technical 500 debug page. https://github.com/django/django/pull/14134 - Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting to middleware docs. https://github.com/django/django/pull/14242 - Fixed #32618 -- Added link to conditional aggregation in aggregation topic guide. https://github.com/django/django/pull/14233 - Fixed #31937 -- Eased translation of time strings in some languages. *Reviewed: * https://github.com/django/django/pull/14223 - Updated asgiref dependency for 3.2 release series. *Authored: * https://github.com/django/django/pull/14221 - Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3.2+. https://github.com/django/django/pull/14228 - Refs #32074 -- Backported Enum.__repr__() from Python 3.10. https://github.com/django/django/pull/14235 - Refs #27488 -- Corrected detection of IsValid() support on SpatiaLite. https://github.com/django/django/pull/14240 - Refs #32074 -- Removed usage of Python's deprecated distutils.version package. 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/7750b1b7-a643-4a60-85b2-499f9c482081n%40googlegroups.com.