Week ending March 1, 2020. *Triaged:* https://code.djangoproject.com/ticket/31296 - Document different config scenarios of full text search configuration. (wontfix) https://code.djangoproject.com/ticket/31303 - Remove outdated note about symmetrical with m2m relationship from a model to itself. (accepted) https://code.djangoproject.com/ticket/31294 - Disabled (hidden) inputs don't transmit their data. (invalid) https://code.djangoproject.com/ticket/31305 - FieldError when doing batch update from the list view. (duplicate) https://code.djangoproject.com/ticket/31306 - Raise ValidationError on first failure. (wontfix) https://code.djangoproject.com/ticket/31300 - Add function-based virtual fields on PostgreSQL and Oracle. (wontfix) https://code.djangoproject.com/ticket/31320 - Prevent BEGIN and COMMIT in RunSQL in atomic migrations. (wontfix) https://code.djangoproject.com/ticket/31321 - Unexpected behavior of `update_or_create`, misleading flag `created`. (wontfix)
*Reviewed/committed:* https://github.com/django/django/pull/12487 - Fixed #31303 -- Removed outdated note about symmetrical intermediate table for self-referential ManyToManyField. https://github.com/django/django/pull/12467 - Fixed #31292 -- Fixed django.contrib.gis.gdal.gdal_full_version() crash. https://github.com/django/django/pull/12472 - Fixed #31286 -- Made database specific fields checks databases aware. https://github.com/django/django/pull/12479 - Fixed #31291 -- Renamed salt to mask for CSRF tokens. https://github.com/django/django/pull/12493 - A few contrib.postgres.search cleanups. https://github.com/django/django/pull/12484 - Fixed #31289 -- Added hint for USERNAME_FIELD/REQUIRED_FIELDS system check. https://github.com/django/django/pull/12486 - Fixed #28280 -- Prevented numberformat.format() from formatting large/tiny floats in scientific notation. https://github.com/django/django/pull/12499 - Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs. https://github.com/django/django/pull/12500 - Fixed #31312 -- Properly ordered temporal subtraction params on MySQL. https://github.com/django/django/pull/12477 - Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject checks when using Meta.constraints https://github.com/django/django/pull/12489 - Fixed #31251 -- Disabled grouping by OuterRef() annotation. https://github.com/django/django/pull/12497 - Fixed #31310 -- Fixed hints in checks for using intermediate model with ambiguous foreign key. https://github.com/django/django/pull/12503 - Fixed #31314 -- Raised CommandError when locale is not specified in makemessages. https://github.com/django/django/pull/12498 - Fixed #31311 -- Removed unneeded escapes in validator regexes. https://github.com/django/django/pull/12502 - Fixed #31032 -- Updated admin browser support FAQ for 2020. https://github.com/django/django/pull/12506 - Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and set ForeignKeys to AutoFields on Oracle. https://github.com/django/django/pull/12485 - Fixed #31293 -- Allowed MultiPartParser to handle double-quoted encoded headers. *Authored:* https://github.com/django/django/pull/12488 - Fixed backends tests on Oracle. Best regards, 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/0264e8bb-e285-42e7-9967-a26e3a42f3e4%40googlegroups.com.