Week ending November 10, 2019. Released Django 2.2.7, 2.1.14, and 1.11.26.
*Triaged:* https://code.djangoproject.com/ticket/27808 - Nested ArrayField with nullable base field generates invalid SQL. (fixed) https://code.djangoproject.com/ticket/30942 - first() and last() return same object (first in both cases) when the order_by field is the same (duplicate) https://code.djangoproject.com/ticket/30943 - Add support for bloom indexes. (accepted) https://code.djangoproject.com/ticket/30946 - Hebrew translation of "This password is too short." message (invalid) https://code.djangoproject.com/ticket/30949 - Use functools.cached_property instead of django.utils.functional.cached_property. (Someday/Maybe) https://code.djangoproject.com/ticket/30951 - Admin Documentation recommends an incorrect method to get selected objects. (duplicate) https://code.djangoproject.com/ticket/30952 - KeyError: '_password_reset_token' during password reset. (needsinfo) https://code.djangoproject.com/ticket/30950 - Replace __file__ with importlib.resources. (Someday/Maybe) https://code.djangoproject.com/ticket/30954 - NVARCHAR2 fields are not using cx_Oracle.NCHAR. (wontfix) https://code.djangoproject.com/ticket/30956 - Add support for Lower and Upper lookups in RangeField. (invalid) https://code.djangoproject.com/ticket/30957 - Inconsistent slice behaviour on cached vs non-cached result lists in QuerySets. (wontfix) https://code.djangoproject.com/ticket/30958 - Documentation for Cast function is somewhat misleading. (accepted) https://code.djangoproject.com/ticket/30960 - manage.py command reset_db doesn't work with mysql.connector.django (invalid) https://code.djangoproject.com/ticket/30959 - QuerySet.iterator() returns no result although QuerySet.count() is a positive number. (worksforme) https://code.djangoproject.com/ticket/30965 - Error coming in terminal without any bug in code. (duplicate) https://code.djangoproject.com/ticket/30967 - Test suite fails on Postgres 12 (accepted) *Reviewed/committed:* https://github.com/django/django/pull/12002 - Refs #27808 -- Added test for saving nested ArrayField with nullable base field. https://github.com/django/django/pull/11999 - Fixed #30931 -- Restored ability to override Model.get_FIELD_display(). https://github.com/django/django/pull/12012 - Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s encoding argument. https://github.com/django/django/pull/12003 - Refs #13312 -- Simplified handling of nulls ordering on MySQL. https://github.com/django/django/pull/11845 - Added Uzbek language. https://github.com/django/django/pull/11274 - Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. https://github.com/django/django/pull/11930 - Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lists and tuples. https://github.com/django/django/pull/11984 - Refs #30923 -- Fixed an example of rendering templates in contrib.sites docs. https://github.com/django/django/pull/12018 - Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update() options. https://github.com/django/django/pull/12025 - Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2. https://github.com/django/django/pull/12016 - Fixed #15742 -- Fixed an example of collecting selected objects in ModelAdmin.actions docs. https://github.com/django/django/pull/11998 - Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to command-line client. https://github.com/django/django/pull/12004 - Fixed #30943 -- Added BloomIndex to django.contrib.postgres. https://github.com/django/django/pull/12039 - Fixed #30961 -- Fixed spaces in columns list SQL generated for indexes. https://github.com/django/django/pull/12047 - Fixed #30955 -- Doc'd that only concrete base models are stored in historical models bases. https://github.com/django/django/pull/12040 - Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFields. https://github.com/django/django/pull/12013 - Fixed #30948 -- Changed packaging to use setuptools declarative config in setup.cfg. *Reviewed:* https://github.com/django/django/pull/12029 - Doc'd archiving historical branches as git tags. 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/ad360cdf-59c4-4ab2-a0e6-567947bf2480%40googlegroups.com.
