Week ending December 22, 2019. Released Django 3.0.1, 2.2.9, and 1.11.27.
*Triaged:* https://code.djangoproject.com/ticket/31090 - Log when DB transactions are commited and rollbacked. (accepted) https://code.djangoproject.com/ticket/31091 - ConnectionResetError: [Errno 104] Connection reset by peer with a simple GET call. (invalid) https://code.djangoproject.com/ticket/31093 - Extend permission backend with get_queryset(user, model). (wontfix) https://code.djangoproject.com/ticket/31094 - Subquery uses ungrouped column "table.column" from outer query. (accepted) https://code.djangoproject.com/ticket/31095 - Related Manager set() should prepare values before checking for missing elements. (accepted) https://code.djangoproject.com/ticket/31098 - has_add_permission() takes 2 positional arguments but 3 were given. (invalid) https://code.djangoproject.com/ticket/31099 - ValueError: Non-reversible reg-exp portion: '(?i'. (invalid) https://code.djangoproject.com/ticket/31015 - loss of precision of geometry coordinates on Oracle 18 (needsinfo) https://code.djangoproject.com/ticket/31104 - OneToOneField strange behavior when saving reference. (duplicate) https://code.djangoproject.com/ticket/31106 - Adding foreign keys and instances in the same migration crashes on PostgreSQL 10+. (accepted) https://code.djangoproject.com/ticket/31107 - Autocomplete fields in the admin do not respect limit_choices_to. (duplicate) https://code.djangoproject.com/ticket/31110 - Typo in docs/ref/models/expressions.txt. (accepted) https://code.djangoproject.com/ticket/31111 - Schema Editor's add_field not able to add foreign key field (wontfix) https://code.djangoproject.com/ticket/31113 - Throw warning when field length is greater than max_length in SQLite. (duplicate) https://code.djangoproject.com/ticket/31112 - Schema Editor's add_field does not append "_id" to the foreign key column. (invalid) *Reviewed/committed:* https://github.com/django/django/pull/12220 - Fixed #31076 -- Fixed dbshell crash on Windows with Python < 3.8. https://github.com/django/django/pull/12215 - Fixed #31088 -- Added support for websearch searching in SearchQuery. https://github.com/django/django/pull/12225 - Fixed #31086 -- Improved error message for admin model inlines with more than one foreign key to the same parent. https://github.com/django/django/pull/11811 - Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags. https://github.com/django/django/pull/12227 - Fixed #31094 -- Included columns referenced by subqueries in GROUP BY on aggregations. https://github.com/django/django/pull/12231 - Fixed #31095 -- Made RelatedManager.set() preserve existing m2m relations with an invalid type. https://github.com/django/django/pull/11791 - Documentation updates: Sites reference and assertNumQueries(). https://github.com/django/django/pull/11773 - Refs #30767 -- Improved deployment documentation. https://github.com/django/django/pull/12236 - Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt. *Authored:* https://github.com/django/django/pull/12232 - Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding FK constraints inline and changing data. 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/287bbccc-8b74-44c2-b32b-94ca0a57c8ae%40googlegroups.com.