fellow reports / 2022
/2022 Week 49
Calendar Week 49 — Ending 11 December
Released Django 4.1.4.
Triaged:
- https://code.djangoproject.com/ticket/34201 -- Drop support for SQLite < 3.21.0 (Accepted)
Reviewed:
- https://github.com/django/django/pull/16371 -- Avoided direct mocking of psycopg2.__version__ in test_correct_extraction_psycopg2_version().
- https://github.com/django/django/pull/13483 -- Fixed #31949 -- Made builtin decorator async compatible
- https://github.com/django/django/pull/16367 -- Comprehend base_actions on _get_base_actions
- https://github.com/django/django/pull/16355 -- Fixed #34172 -- Improved ModelAdmin.get_urls docs
- https://github.com/django/django/pull/16365 -- Fixed contenttypes_tests tests failures when using --keepdb.
- https://github.com/django/django/pull/16302 -- Refs #14094 -- Made max_length optional for backends that support it
- https://github.com/django/django/pull/16241 -- Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.
- https://github.com/django/django/pull/16292 -- Refs #32339 -- Updated Form API docs to prefer as_div() output style.
Authored:
- https://github.com/django/deps/pull/78 -- DEP 44 -- Clarified Release Process
- https://github.com/python/cpython/pull/99247 -- gh-94912: Added marker for non-standard coroutine function detection #99247