Week ending November 27, 2022 *Triaged: * https://code.djangoproject.com/ticket/34171 - QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. (accepted) https://code.djangoproject.com/ticket/34173 - SessionMiddleware only returns 400 or 500 error in case of DB issues. (invalid) https://code.djangoproject.com/ticket/34175 - Cannot make whole test set to pass (invalid) https://code.djangoproject.com/ticket/34177 - QuerySet.bulk_create() crashes on "pk" in unique_fields. (created) https://code.djangoproject.com/ticket/34176 - Annotation's original field-name can clash with result field name over aggregation (accepted) https://code.djangoproject.com/ticket/34178 - Prefetching a foreign key on GenericForeignKey results in incorrect queryset being selected (duplicate) https://code.djangoproject.com/ticket/34179 - Django F expression not working as expected on MariaDB 10.5.13 (worksforme) https://code.djangoproject.com/ticket/33403 - Annotate results change when filtering *after* the annotate (duplicate) https://code.djangoproject.com/ticket/33050 - QuerySet.count() on combined queries with select_related() crashes on MySQL. (fixed) https://code.djangoproject.com/ticket/29802 - Allow skipping CSRF check for Referer header (wontfix) https://code.djangoproject.com/ticket/34182 - Is there a reason only the headers are checked when using the csrf token? (invalid) https://code.djangoproject.com/ticket/34183 - Add a ChoicesMeta.max_length property returning the max_length when data type supports len() (wontfix)
*Reviewed/committed: * https://github.com/django/django/pull/16208 - Fixed #31090 -- Logged transaction management queries. https://github.com/django/django/pull/16161 - Used CSS flex for form rows. https://github.com/django/django/pull/16315 - Fixed #34171 -- Fixed QuerySet.bulk_create() on fields with db_column in unique_fields/update_fields. https://github.com/django/django/pull/16322 - Fixed #31679 -- Delayed annotating aggregations. https://github.com/django/django/pull/16309 - Fixed #29062 -- Prevented possibility of database lock when using LiveServerTestCase with in-memory SQLite database. https://github.com/django/django/pull/16326 - Fixed #34173 -- Skipped saving sessions on 5xx responses. https://github.com/django/django/pull/16327 - Used DatabaseFeatures.django_test_skips to skip AssertNumQueriesUponConnectionTests tests. https://github.com/django/django/pull/16312 - Fixed #33747 -- Added exception notes to the technical 500 debug page. https://github.com/django/django/pull/16191 - Fixed #34103 -- Fixed logging SQL queries with duplicate parameters on Oracle. *Reviewed: * https://github.com/django/django/pull/15884 - Fixed #33868 -- Better labels for m2m fields. *Authored: * https://github.com/django/django/pull/16316 - Bumped gh-problem-matcher-wrap version to 2.0.0. https://github.com/django/django/pull/16317 - Fixed #34177 -- Fixed QuerySet.bulk_create() crash on "pk" in unique_fields. https://github.com/django/django/pull/16323 - Refs #33050 -- Added test for QuerySet.count() on combined queries with select_related(). https://github.com/django/django/pull/16328 - Doc's check_password()'s setter and preferred arguments. 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/3819992d-36e5-41cf-aeea-bd9a657638a2n%40googlegroups.com.