fellow reports / 2022
/2022 Week 48
Calendar Week 48 — Ending 04 December
Thursday PM: Call with MLH group.
Triaged:
- https://code.djangoproject.com/ticket/34194 -- Extract function for generating proper Content-Disposition headers (Accepted)
- https://code.djangoproject.com/ticket/34192 -- Callable storage on FileField fails to deconstruct when it returns default_storage (Accepted)
- https://code.djangoproject.com/ticket/34188 -- Add a section on refresh_from_db to the Multiple databases documentation (wontfix)
- https://code.djangoproject.com/ticket/34185 -- Serving static/media files during development can't work when use SCRIPT_NAME (Invalid)
Reviewed:
- https://github.com/django/django/pull/16346 -- Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specific tests.
- https://github.com/django/django/pull/16241 -- Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.
- https://github.com/django/djangoproject.com/pull/1279 -- Fix feed aggregator n+1 issue [#1261] #1279
- https://github.com/django/django/pull/16261 -- Fixed #34140 -- Format python code blocks in documentation files
- https://github.com/django/django/pull/14652 -- Fixed #32798 -- Fixed ASGIHandler to run response iterators in sync context
- https://github.com/django/djangoproject.com/pull/1274 -- Fix feed aggregator n+1 issue [#1261] #1274
- https://github.com/django/djangoproject.com/pull/1224 -- Refs #1184 -- Reformatted code with Black. #1224
- https://github.com/django/django/pull/16339 -- Refs #33397, Refs #34160 -- Added release note for resolving output_field changes.
- https://github.com/django/django/pull/16335 -- Refs #31169 -- Skipped test_get_test_db_clone_settings_not_supported on not in-memory SQLite database.
Authored:
- https://github.com/adamchainz/blacken-docs/pull/196 -- Added regex for Sphinx default language blocks. #196
- https://github.com/django/django/pull/16341 -- Refs #21442 -- Added content-type aware request.data property.
- https://github.com/python/cpython/pull/99247 -- gh-94912: Added marker for non-standard coroutine function detection #99247