fellow reports / 2022
/2022 Week 15
Calendar Week 15 — Ending 17 April
Triaged:
- https://code.djangoproject.com/ticket/33631 -- Blocktranslate asvar escapes variables, but stores the result as str instance, leading to double escaping (wontfix)
- https://code.djangoproject.com/ticket/16022 -- Cyclic reference in FieldFile causes memory usage to grow considerably (Accepted)
Reviewed:
- https://github.com/django/django/pull/15352 -- Fixed #33606 -- Cleansed sessionid cookie
- https://github.com/django/django/pull/15363 -- Fixed #11803 -- Admin does not update every ForeignKey select of the same model
- https://github.com/django/django/pull/15585 -- Fixed DatabaseFeatures.supports_index_column_ordering and related tests with MyISAM storage engine.
- https://github.com/django/django/pull/15591 -- Fixed tests on databases that don't support introspecting foreign keys.
Authored:
- https://github.com/django/django/pull/15599 -- Refs #31169 -- Added release note for parallel test running changes.
- https://github.com/django/django/pull/15598 -- Removed stale Windows asyncio test skips.
- https://github.com/django/django/pull/15586 -- Fixed #33639 -- Enabled cached template loader in development.
- https://github.com/django/django/pull/14843 -- Add async-compatible interface to QuerySet