Week ending December 4, 2022 *Triaged: * https://code.djangoproject.com/ticket/34187 - UserCreationForm should save data from ManyToMany form fields (accepted) https://code.djangoproject.com/ticket/34189 - Code in Tutorial does not work because of a ',' (invalid) https://code.djangoproject.com/ticket/34190 - Add a dump and die function to Django (wontfix) https://code.djangoproject.com/ticket/34160 - Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. (wontfix) https://code.djangoproject.com/ticket/34191 - ModelAdmin.search_fields fails for DecimalField and __exact (duplicate) https://code.djangoproject.com/ticket/34193 - TestCase _fixture_teardown breaks database MIRROR usage (duplicate) https://code.djangoproject.com/ticket/34195 - Duplicate Records created when specifying None as a target in a custom ManyToManyField (invalid) https://code.djangoproject.com/ticket/34198 - Django content type prefetching wrong data (duplicate) https://code.djangoproject.com/ticket/34197 - method_decorator does not work with async views (duplicate) https://code.djangoproject.com/ticket/34199 - Add an example for contrib.postgres.aggregates.StringAgg to docs. (accepted)
*Reviewed/committed: * https://github.com/django/django/pull/16333 - Fixed #34187 -- Made UserCreationForm save many-to-many fields. https://github.com/django/django/pull/16250 - Fixed #33701 -- Added fine-grained error locations to the technical 500 debug page. https://github.com/django/django/pull/16340 - Refs #10929 -- Fixed aggregates crash when passing strings as defaults. https://github.com/django/django/pull/16318 - Refs #34095 -- Changed more properties to use rem units in admin CSS. https://github.com/django/django/pull/16345 - Refs #33308 -- Used psycopg's errors instead of errorcodes. https://github.com/django/django/pull/16346 - Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specific tests. https://github.com/django/django/pull/16347 - Refs #33308 -- Added get_type_oids() hook and simplified registering type handlers on PostgreSQL. https://github.com/django/django/pull/16245 - Refs #33308 -- Deprecated support for passing encoded JSON string literals to JSONField & co. https://github.com/django/django/pull/16351 - Refs #33308 -- Made PostGISAdapter do not use psycopg2's Binary(). https://github.com/django/django/pull/16352 - Refs #33308 -- Avoided passing None to RawSQL's params. *Authored: * https://github.com/django/django/pull/16335 - Refs #31169 -- Skipped test_get_test_db_clone_settings_not_supported on not in-memory SQLite database. https://github.com/django/django/pull/16336 - Refs #34119 -- Skipped test_callable_default_hidden_widget_value_not_overridden when JSONField is not supported. https://github.com/django/django/pull/16339 - Refs #33397, Refs #34160 -- Added release note for resolving output_field changes. 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/209f347a-fd3d-4f54-9d86-44ccd616f213n%40googlegroups.com.