fellow reports / 2021
/2021 Week 50
Calendar Week 50 — Ending 19 December
Preparing Django 4.0.1
Triaged:
- https://code.djangoproject.com/ticket/33363 -- Don’t load static assets from external servers (wontfix)
- https://code.djangoproject.com/ticket/33362 -- ALLOWED_HOSTS no longer accepts a non-list/tuple iterable. (invalid)
- https://code.djangoproject.com/ticket/33350 -- some view decorators do not work with Django REST framework in Django 4.0 (Accepted)
Reviewed:
- https://github.com/carltongibson/django-filter/pull/1462 -- Improved DateRangeFilter by tackling timezone difference. #1462
- https://github.com/django/django/pull/15206 -- Fixed #33350 -- Reallowed using cache decorators with duck-typed HttpRequest.
- https://github.com/django/django/pull/15198 -- Fixed #30360 -- Support rotation of secret keys via fallback keys.
- https://github.com/django/django/pull/15200 -- Refs #33365, Refs #30530 -- Doc's re_path() behavior change in Django 2.2.25, 3.1.14, and 3.2.10.
- https://github.com/django/django/pull/15190 -- Optimized Model.__init__ properties loop.
- https://github.com/django/django/pull/15157 -- Fixed #33316 -- Added pagintation to admin history view
- https://github.com/django/django/pull/15022 -- Fixed #16063 -- Adjusted the filtering of admin changelist searches spanning multi-valued relationships. #
Authored:
- https://github.com/carltongibson/django-filter/pull/1463 -- Update tests for Django 4.1 #1463