Week ending February 11
Triaged:
https://code.djangoproject.com/ticket/35166 - Return
python-memcached support (wontfix)
https://code.djangoproject.com/ticket/35168 - Problem with
templates and the <video></video> tag (worksforme)
https://code.djangoproject.com/ticket/34917 - Links in the
Django admin should be underlined. (someday/maybe)
https://code.djangoproject.com/ticket/35169 - updated asgi
handler for disconnects does not process ROOT_PATH (needsinfo)
https://code.djangoproject.com/ticket/35172 - intcomma adds
leading comma for string-based 3-digit number with at least 1
decimal place. (accepted)
https://code.djangoproject.com/ticket/35171 - Update the
django 'congrats' page that is shown after a fresh install of
django (accepted)
https://code.djangoproject.com/ticket/35174 - asend() crashes
when all receivers are asynchronous functions. (accepted)
https://code.djangoproject.com/ticket/35173 -
DisallowedModelAdminLookup raised when filtering with __isnull on
a ForeignKey not listed in list_filters (accepted)
https://code.djangoproject.com/ticket/35176 - Renaming a field
and other attributes result in deleting and recreating a new
column. (wontfix)
https://code.djangoproject.com/ticket/25298 - Forbid QuerySet
filtering by a related field that expects a single value when
multiple values are returned (wontfix)
Reviewed/committed:
https://github.com/django/django/pull/17785 - Changed severity
levels to list in security policy docs.
https://github.com/django/django/pull/17821 - Fixed #16281 --
Fixed ContentType.get_object_for_this_type() in a multiple
database setup.
https://github.com/django/django/pull/17726 - Fixed #27225 --
Added "Age" header when fetching cached responses.
https://github.com/django/django/pull/17827 - Refs #30686 --
Improved test coverage of Truncator.
https://github.com/django/django/pull/17832 - Refs #30686 --
Fixed text truncation for negative or zero lengths.
https://github.com/django/django/pull/16421 - Fixed #30686 --
Used Python HTMLParser in utils.text.Truncator.
https://github.com/django/django/pull/17829 - Fixed #35099 --
Prevented mutating queryset when combining with & and |
operators.
https://github.com/django/django/pull/17837 - Fixed #35174 --
Fixed Signal.asend()/asend_robust() crash when all receivers are
asynchronous.
https://github.com/django/django/pull/17812 - Fixed #35073 --
Avoided unnecessary calling of callables used by SET/SET_DEFAULT
in Collector.collect().
https://github.com/django/django/pull/17805 - Refs #34534 --
Reduced constraint operations with Meta.constraints when
optimizing migrations.
https://github.com/django/django/pull/17836 - Fixed #35175 --
Made migraton writer preserve keyword-only arguments.
https://github.com/django/django/pull/17797 - Fixed #35145 --
Corrected color scheme of vanilla HTML widgets in admin.
Authored:
https://github.com/django/django/pull/17833 - Fixed #35172 --
Fixed intcomma for string floats.
Best,
Mariusz