Week ending September 27, 2020. *Triaged:* https://code.djangoproject.com/ticket/32023 - HttpRequest.headers doesn't get updated when request.META is updated. (wontfix) https://code.djangoproject.com/ticket/32022 - Create Pull Request Templates (invalid) https://code.djangoproject.com/ticket/32024 - AttributeError: 'tuple' object has no attribute 'startswith' (invalid) https://code.djangoproject.com/ticket/32025 - AttributeError: 'tuple' object has no attribute 'startswith' (duplicate) https://code.djangoproject.com/ticket/32026 - AttributeError: 'tuple' object has no attribute 'startswith' (duplicate) https://code.djangoproject.com/ticket/32027 - Long words overflow the .errornote area (accepted) https://code.djangoproject.com/ticket/32030 - Make Token Generator more universal (duplicate) https://code.djangoproject.com/ticket/32016 - mail_admins configuration crashes with ImproperlyConfigured. (accepted) https://code.djangoproject.com/ticket/32032 - Aggregate on union of querysets generates invalid SQL (duplicate) https://code.djangoproject.com/ticket/32034 - Removed duplicate lookup in AdminSite.app_index view (accepted) https://code.djangoproject.com/ticket/32028 - Top-level form rows (not stacked inlines etc.) are not aligned with the form title (wontfix) https://code.djangoproject.com/ticket/17943 - Too many open file descriptors while using memcache (needsinfo) https://code.djangoproject.com/ticket/32037 - MinValueValidator, MaxValueValidator comparisons are not compatible with there messages (invalid) https://code.djangoproject.com/ticket/32039 - psycop2.extras.register_default_jsonb() crashes with TypeError in Django 3.1.1. (needsinfo) https://code.djangoproject.com/ticket/32038 - Using EmptyFieldListFilter with GenericForeignKey crashes. (accepted) https://code.djangoproject.com/ticket/17955 - Uploading a file without using django forms (invalid) https://code.djangoproject.com/ticket/32041 - Detected MIME types can easily be wrong on Windows. (invalid) https://code.djangoproject.com/ticket/24723 - Migration writer errors should be more informative (duplicate) https://code.djangoproject.com/ticket/32042 - Incorrect messaging when validate_min/validate_max and min_num == max_num. (accepted) https://code.djangoproject.com/ticket/32046 - Add a postgres operation to create collations. (accepted) https://code.djangoproject.com/ticket/32044 - Add remove_nulls option to Postgres ArrayAgg method (wontfix)
*Reviewed/committed:* https://github.com/django/django/pull/13207 - Fixed #31777 -- Added support for database collations to Char/TextFields. https://github.com/django/django/pull/13449 - Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite. https://github.com/django/django/pull/13451 - Fixed #32034 -- Removed redundant get_app_config() call in AdminSite.app_index. https://github.com/django/django/pull/13442 - Fixed #32027 -- Fixed wrapping of long words in admin error messages. https://github.com/django/django/pull/13433 - Fixed #32029 -- Removed unnecessary margin in admin CSS for horizontal radio inputs. https://github.com/django/django/pull/13355 - Fixed #30563 -- Optimized form Media by removing duplicated assets when adding. https://github.com/django/django/pull/13148 - Fixed #28009 -- Doc'd empty_value for CharField subclasses. *Reviewed:* https://github.com/django/django/pull/13446 - Fixed #32016 -- Clarified manual logging config docs. *Authored:* https://github.com/django/django/pull/13448 - Fixed #32012 -- Made test database creation sync apps models when migrations are disabled. https://github.com/django/django/pull/13454 - Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation. 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/1d11848f-6144-41fb-8807-e293bf160365n%40googlegroups.com.