fellow reports / 2021
/2021 Week 49
Calendar Week 49 — Ending 12 December
Worked on Django 4.0 compatibility for django-compressor.
Triaged:
- https://code.djangoproject.com/ticket/33331 -- Improve exception handling with `cursor.close()` after errors (wontfix)
- https://code.djangoproject.com/ticket/33341 -- The PrimaryKey of an Unmanaged Model is incorrectly regognized (accessing database VIEW) (needsinfo)
Reviewed:
- https://github.com/encode/django-rest-framework/pull/8285 -- Version 3.12.5 #8285
- https://github.com/django/django/pull/15174 -- Refs #32502 -- Added SchemaEditor.prepare_default() on SQLite.
- https://github.com/django/django/pull/15159 -- Fixed #33048 --Doc'd that DEBGUG static files requests don't use middleware chain.
- https://code.djangoproject.com/ticket/33350 -- some view decorators do not work with Django REST framework in Django 4.0
- https://github.com/encode/django-rest-framework/discussions/8281 -- Pipenv install djangorestframework does not install pytz
- https://github.com/django/django/pull/15031 -- Fixed #19721 -- Allowed admin list filters to work with values containing commas.
- https://github.com/django/django/pull/15128 -- Fixed #33319 -- Fixed crash when combining with the | operator querysets with aliases that conflict.
- https://github.com/django/django/pull/15158 -- Fixed #31765 -- Enforced enhanced ALTER TABLE behavior for SQLite connections.
- https://github.com/django/django/pull/15151 -- Refs #32539 - add comments to explain the issue
- https://github.com/django/djangoproject.com/pull/1127 -- Updated robots.docs.txt for Django 4.0
- https://github.com/django/djangoproject.com/pull/1125 -- Updated download page for 4.0 release.
- https://github.com/django/djangoproject.com/pull/1126 -- Updated docs-related model fixtures for 4.0 release.
- https://github.com/django/django/pull/15163 -- Updated asgiref dependency for 4.0 release series.
- https://github.com/django/django/pull/13728 -- Add settings EMAIL_FQDN
- https://github.com/django/django/pull/15154 -- Fixed #33335 -- Made model validation ignore functional unique constraints.