Week ending August 14, 2022 *Triaged: * https://code.djangoproject.com/ticket/33902 - UniqueConstraint's validation crashes with string expressions. (accepted) https://code.djangoproject.com/ticket/33904 - Many-To-Many field is deleted/ignored from internal JavaScript “filter” interface (fixed) https://code.djangoproject.com/ticket/33905 - Validation of check constraints against ranges involving PostgreSQL's lower()/upper() functions produces invalid SQL. (accepted) https://code.djangoproject.com/ticket/33906 - TestCase inconsistent behavior on Db integrity error. (invalid) https://code.djangoproject.com/ticket/33907 - UniqueConstraints voided when using GenericTabularInline (needsinfo) https://code.djangoproject.com/ticket/33908 - ImageField model doesn't have upload_to() method (invalid) https://code.djangoproject.com/ticket/33909 - Signals docs omits **kwargs param to @receiver decorator? (accepted) https://code.djangoproject.com/ticket/33911 - Add hook for BaseModelAdmin.raw_id_fields (duplicate) https://code.djangoproject.com/ticket/33910 - Clearly explain where 'django.urls.reverse' gets its name (invalid) https://code.djangoproject.com/ticket/33912 - In the admin, saving an object in a non-default DB with unique field fails when the default DB contains an object with the same unique field value but different PK (duplicate) https://code.djangoproject.com/ticket/33913 - Django 4.1 class-based view, Chinese translation (invalid) https://code.djangoproject.com/ticket/33914 - App level default_auto_field is ignored for m2m through tables (duplicate) https://code.djangoproject.com/ticket/33915 - CheckboxSelectMultiple check first item (invalid) https://code.djangoproject.com/ticket/33918 - __str__ method in Query object not wrapping strings in quotation marks (duplicate) https://code.djangoproject.com/ticket/33917 - Optimize ModelBase.__new__ app_label setup (wontfix) https://code.djangoproject.com/ticket/33920 - Document that LOGGING_CONFIG callback is not called when LOGGING dict is not set. (accepted) https://code.djangoproject.com/ticket/33919 - Primary keys added in non-initial migration are not created as identity columns in PostgreSQL (accepted) https://code.djangoproject.com/ticket/33921 - Removed LogoutView.get_next_page without any notice (accepted) https://code.djangoproject.com/ticket/33923 - Swappable Model support for Group Model (duplicate)
*Reviewed/committed: * https://github.com/django/django/pull/15925 - Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3.35.5+. https://github.com/django/django/pull/15927 - Added test for non-HTTP request on ASGIStaticFilesHandler. https://github.com/django/django/pull/15916 - Fixed #31721 -- Allowed ModelForm meta to specify form fields. https://github.com/django/django/pull/15930 - Fixed #33895 -- Fixed Case() crash with filters that match everything in When(). https://github.com/django/django/pull/15931 - Fixed #33905 -- Fixed CheckConstraint() validation on range fields. https://github.com/django/django/pull/15942 - Refs #26029 -- Doc'd django.core.files.storage.default_storage. https://github.com/django/django/pull/15941 - Fixed #28975 -- Made PostGIS backend skip extension creation if installed. https://github.com/django/django/pull/15945 - Replaced Expression.replace_references() with .replace_expressions(). https://github.com/django/django/pull/15953 - Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes. https://github.com/django/django/pull/15955 - Fixed #33921 -- Added release note for 5b8699e723d9daf373fff46c6859fed2b780a9bd. *Reviewed: * https://github.com/django/django/pull/15822 - Refs #30213 -- Removed post-startup check for Watchman availability. *Authored: * https://github.com/django/django/pull/15933 - Fixed #33902 -- Fixed Meta.constraints validation crash with F() expressions. https://github.com/django/djangoproject.com/pull/1194 - Increased FeedItem.link/Feed.public_url max_length to 1023 characters. https://github.com/django/django/pull/15940 - Refs #33895 -- Fixed Case() crash with filters that match everything in When() on Oracle. https://github.com/django/django/pull/15952 - Fixed #33919 -- Fixed adding AutoFields on PostgreSQL. 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/56f07bcd-d0cc-4e32-9657-bfb22b406f93n%40googlegroups.com.