Week ending February 9, 2020. *Triaged:* https://code.djangoproject.com/ticket/22162 - New filter tags for string processing on templates. (wontfix) https://code.djangoproject.com/ticket/31222 - Typo in "Reporting bugs and requesting features" docs. (accepted) https://code.djangoproject.com/ticket/31224 - Add asynchronous views. (created) https://code.djangoproject.com/ticket/31225 - Use NFD normalization in get_valid_filename(). (wontfix) https://code.djangoproject.com/ticket/31221 - HStoreField returns str instead of dict during tests. (invalid) https://code.djangoproject.com/ticket/31226 - Typo in "Submitting patches" docs. (accepted) https://code.djangoproject.com/ticket/31227 - Doing filter() or exclude() after an intersection(). (invalid) https://code.djangoproject.com/ticket/31228 - DISTINCT with GROUP_CONCAT() and multiple expressions raises NotSupportedError on SQLite. (accepted) https://code.djangoproject.com/ticket/31230 - Dynamic fieldset is not showing as per intended. (invalid) https://code.djangoproject.com/ticket/31231 - ORM doesn't find a row with a SQL null JSONB field. (invalid) https://code.djangoproject.com/ticket/25341 - Bug: EmailMessage.message ignores bcc field (duplicate) https://code.djangoproject.com/ticket/31236 - (urls.W005) URL namespace 'admin' isn't unique. (invalid) https://code.djangoproject.com/ticket/27835 - Make TransactionTestCase raise an error if it accesses non-default database connection without multi_db=True.(invalid) https://code.djangoproject.com/ticket/31237 - Change assertRaisesMessage and assertWarnsMessage to accept list of expected messages. (wontfix) https://code.djangoproject.com/ticket/28214 - IndexError for JSONField queries containing percent character in key. (fixed) https://code.djangoproject.com/ticket/31238 - Django using ASGI server but translations uses thread local. (invalid) https://code.djangoproject.com/ticket/31240 - FileResponse with temporary file closing connection. (accepted) https://code.djangoproject.com/ticket/31239 - Add a new exception type for request.GET and request.POST. (wontfix) https://code.djangoproject.com/ticket/31247 - Created new project. But runserver command fails. (invalid) https://code.djangoproject.com/ticket/31244 - Admin interface fails to load with file not found on FilePathField model. (invalid) https://code.djangoproject.com/ticket/31245 - CharField doesn't accept bytestrings in default parameter in Django 2.2. (invalid)
*Reviewed/committed:* https://github.com/django/django/pull/12403 - Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt. https://github.com/django/django/pull/12409 - Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-code/submitting-patches.txt. https://github.com/django/django/pull/12397 - Fixed #27604 -- Used the cookie signer to sign message cookies. https://github.com/django/django/pull/12410 - Fixed #31210 -- Doc'd how to reproduce HttpRequest.is_ajax() in release notes. https://github.com/django/django/pull/11689 - Simplified imports from django.db and django.contrib.gis.db. https://github.com/django/django/pull/12406 - Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect for fields with blank=False. https://github.com/django/django/pull/12419 - Fixed #31232 -- Changed default SECURE_REFERRER_POLICY to 'same-origin'. https://github.com/django/django/pull/12418 - Fixed #28528 -- Allowed combining SearchVectors with different configs. https://github.com/django/django/pull/12414 - Fixed #31233 -- Closed database connections and cursors after use. https://github.com/django/django/pull/12396 - Fixed #31055 -- Made constraint checks support databases aware. 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 django-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/5d89bc92-002a-45c5-8305-f183ad72b5c0%40googlegroups.com.