fellow reports / 2021
/2021 Week 44
Calendar Week 44 — Ending 07 November
Triaged:
- https://code.djangoproject.com/ticket/33258 -- inconsistent use of () and [] for attributes in ModelAdmin class - Also class variables (needsinfo)
- https://code.djangoproject.com/ticket/33262 -- Aggregate filtered by an Exists subquery crashes (Accepted)
- https://code.djangoproject.com/ticket/33230 -- Test client doesn't set explicitly provided Content-Type when data is empty (wontfix)
- https://code.djangoproject.com/ticket/33243 -- Inline comment vanishes in parsed template, comment block is represented as CommentNode (wontfix)
- https://code.djangoproject.com/ticket/33247 -- PDF documentation build broken (Accepted)
Reviewed:
- https://github.com/django/django/pull/15064 -- Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage."
- https://github.com/django/django/pull/15059 -- Fixed #33263 -- Expanded DeleteView adopting FormMixin release notes.
- https://github.com/django/django/pull/15055 -- #33263 -- Fix DeleteView.delete method not being called
- https://github.com/django/django/pull/15054 -- Corrected multiply defined labels in docs.
- https://github.com/django/django/pull/15034 -- Fixed #33234 -- Fixed autodetector crash for proxy models inheriting from non-model class.
- https://github.com/django/django/pull/15039 -- Fixed #33247 -- Fixed RTD documentation build.
Authored:
- https://github.com/django/django/pull/15058 -- Fixed #33253 -- Tightened regex matching JS module import/exports.
- https://github.com/django/django/pull/15056 -- Fixed #33237 -- Corrected regex for source maps in HashedFilesMixin.
- https://github.com/django/django/pull/15053 -- Refs #33247 -- Pinned Sphinx version for RTD builds.
- https://github.com/django/django/pull/15050 -- Fixed #33247 -- Add configuration for Read The Docs.