Week ending July 24, 2022 *Triaged: * https://code.djangoproject.com/ticket/33854 - dbshell additional parameters should be passed before dbname on PostgreSQL. (accepted) https://code.djangoproject.com/ticket/33855 - System check calls are unnecessary in test worker initialization. (created) https://code.djangoproject.com/ticket/33857 - using FilteredSelectMultiple widget on forms.ModelMultipleChoiceField is not working (invalid) https://code.djangoproject.com/ticket/33858 - Altering model field from bigint to jsonb fails on PostgreSQL. (invalid) https://code.djangoproject.com/ticket/33860 - When debug level == DEBUG, loading admin page causes a voluminous exception message to be emitted in logging (duplicate) https://code.djangoproject.com/ticket/33859 - Added admin inline descriptions. (wontfix) https://code.djangoproject.com/ticket/9249 - Google Analytics' Cookies break CacheMiddleware when SessionMiddleware turns on Vary: Cookie (wontfix) https://code.djangoproject.com/ticket/33861 - errors in forms.py (invalid) https://code.djangoproject.com/ticket/33864 - Deprecate length_is template filter in favor of length. (accepted) https://code.djangoproject.com/ticket/33865 - Optimize django.core.handlers.wsgi.LimitedStream (accepted)
*Reviewed/committed: * https://github.com/django/django/pull/15851 - Fixed #33854 -- Corrected the order of parameters in dbshell on PostgreSQL. https://github.com/django/django/pull/15860 - Fixed #33833 -- Corrected .closelink admin CSS. https://github.com/django/djangoproject.com/pull/1178 - Fixed #1177 -- Pinned MarkupSafe==2.0.1 in requirements. https://github.com/django/django/pull/15865 - Fixed #33317 -- Added note about unconditional evaluation of {% block %} tags. https://github.com/django/django/pull/15869 - Fixed #33864 -- Deprecated length_is template filter. https://github.com/django/django/pull/15870 - Removed unneeded test suite creation for measure tests. https://github.com/django/django/pull/15867 - Refs #25756 -- Doc'd inability to use file fields with PostgreSQL ArrayField. https://github.com/django/django/pull/15871 - Refs #33691 -- Deprecated insecure password hashers. *Authored: * https://github.com/django/django/pull/15815 - Stopped using default adapters/converters on SQLite backend. https://github.com/django/django/pull/15847 - Refs #27236 -- Made operation deprecation checks run only on unapplied migrations. https://github.com/django/django/pull/15852 - Fixed #33855 -- Removed unnecessary system check calls from test worker initialization. https://github.com/django/django/pull/15853 - Fixed #33850 -- Confirmed support for GEOS 3.11. https://github.com/django/django/pull/15858 - Refs #27236 -- Clarified that "historical migrations" means "already applied". https://github.com/django/django/pull/15862 - Refs #27236 -- Made cosmetic edits to Meta.index_together deprecation. 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/11b46103-2c5a-4a79-893b-d3d333ee2e63n%40googlegroups.com.