Week ending November 15, 2020. *Triaged: * https://code.djangoproject.com/ticket/32180 - Add a warning if the file system cache location is relative. (accepted) https://code.djangoproject.com/ticket/32178 - Allow database backends to skip tests and mark expected failures (accepted) https://code.djangoproject.com/ticket/32177 - ManagementUtility instantiates CommandParser without passing already-computed prog argument (accepted) https://code.djangoproject.com/ticket/32181 - ModelBackend used hardcoded global variable UserModel that cannot be overrided. (wontfix) https://code.djangoproject.com/ticket/32182 - Nested KeyTransform errors when used with a subquery on PostgreSQL. (accepted) https://code.djangoproject.com/ticket/32183 - shell command crashes when passing (with -c) the python code with functions. (accepted) https://code.djangoproject.com/ticket/25370 - Error display when makemigrations' field serializing fails with ValueError (wontfix) https://code.djangoproject.com/ticket/32190 - Support for model relationships defined pre-save (duplicate) https://code.djangoproject.com/ticket/32191 - Not RFC 6265 compliant cookies in contrib.messages. (accepted) https://code.djangoproject.com/ticket/32192 - Replacing the quotation marks with apostrophe marks in admin/base.html. (wontfix)
*Reviewed/committed: * https://github.com/django/django/pull/13656 - Removed BaseSpatialOperations.geometry and geography. https://github.com/django/django/pull/13657 - Fixed #32182 -- Fixed crash of JSONField nested key transforms with subquery annotations on PostgreSQL. https://github.com/django/django/pull/13658 - Fixed #32177 -- Made execute_from_command_line() use program name from the argv argument. https://github.com/django/django/pull/13637 - Refs #31672 -- Made technical 500 debug page include exceptions without tracebacks. https://github.com/django/django/pull/13664 - Avoided direct styles in admin templates. https://github.com/django/django/pull/13661 - Added SpatialFeatures.unsupported_geojson_options. https://github.com/django/django/pull/13665 - Fixed #31762 -- Made reloading the database for tests use the base manager. https://github.com/django/django/pull/13660 - Fixed #32183 -- Fixed shell crash when passing code with nested scopes. https://github.com/django/django/pull/13655 - Fixed #32180 -- Added system check for file system caches absolute location. https://github.com/django/django/pull/13183 - Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenerated default keys. https://github.com/django/django/pull/13566 - Fixed #31122 -- Clarified that Lookup acts as a query expression. https://github.com/django/django/pull/13670 - Fixed #32149 -- Added support for years < 1000 to DateFormat.y(). https://github.com/django/django/pull/13615 - Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them. https://github.com/django/django/pull/13678 - Unified admin action description generation. https://github.com/django/django/pull/13675 - Changed docs and a code comment to use gender-neutral pronouns. 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/a3b0e86a-e36f-4356-bd29-ee35b80310d2n%40googlegroups.com.