Week ending December 3, 2021 *Triaged: * https://code.djangoproject.com/ticket/33329 - Allow more whitespace control on template tags (invalid) https://code.djangoproject.com/ticket/33330 - Printing QuerySet.query from non-default DB can throw an error (duplicate) https://code.djangoproject.com/ticket/33333 - Models with a BinaryField fail to deepcopy in setUpTestData() on PostgreSQL. (accepted) https://code.djangoproject.com/ticket/33334 - Alphabetize form and model fields in docs. (accepted) https://code.djangoproject.com/ticket/33336 - Widget.Media.JS ESM support (duplicate) https://code.djangoproject.com/ticket/33337 - Part of admin template is ignored when deploying (invalid) https://code.djangoproject.com/ticket/33340 - DatabaseCache backend doesn't quote all fields in queries (accepted) https://code.djangoproject.com/ticket/33339 - bulk_create() uses TO_CLOB() for NCLOB fields on Oracle. (accepted) https://code.djangoproject.com/ticket/33338 - Document that @never_cache and add_never_cache_headers() set the Expires header. (accepted)
*Reviewed/committed: * https://github.com/django/django/pull/15135 - Fixed #33322 -- Fixed loss of assigned related object when saving relation with bulk_update(). https://github.com/django/django/pull/15136 - Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields. https://github.com/django/django/pull/14776 - Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret. https://github.com/django/django/pull/15137 - Refs #25706 - Removed inline JavaScript from OpenLayers template. https://github.com/django/django/pull/15134 - Fixed #33047 -- Added constraint support for PostGIS and MySQL GIS backends. https://github.com/django/django/pull/14899 - Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting. https://github.com/django/django/pull/15143 - Fixed #33282 -- Fixed a crash when OR'ing subquery and aggregation lookups. https://github.com/django/django/pull/15145 - Fixed #33334 -- Alphabetized form and model fields in reference docs. https://github.com/django/django/pull/15146 - Made various GeoIP2 cleanups. https://github.com/django/django/pull/15149 - Fixed #33339 -- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on Oracle. https://github.com/django/django/pull/15098 - Fixed #33078 -- Added support for language regions in i18n_patterns(). *Authored: * https://github.com/django/django/pull/15144 - Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on PostgreSQL. https://github.com/django/djangoproject.com/pull/1125 - Updated download page for 4.0 release. https://github.com/django/djangoproject.com/pull/1126 - Updated docs-related model fixtures for 4.0 release. https://github.com/django/django/pull/15153 - Refs #33333 -- Fixed PickleabilityTestCase.test_annotation_with_callable_default() crash on Oracle. 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/e246cebe-bdb2-4f4b-8b03-7e58e29ff219n%40googlegroups.com.