Week ending June 5, 2022
Triaged:
https://code.djangoproject.com/ticket/33752
- Display exception groups on the technical 500 debug page on
Python 3.11+. (Someday/Maybe)
https://code.djangoproject.com/ticket/33753 - Docs'
Makefile doesn't support Sphinx 5+. (accepted)
https://code.djangoproject.com/ticket/33754 - Request body
is closed prematurely by the ASGI handler (accepted)
https://code.djangoproject.com/ticket/33755 - Move ASGI
body-file cleanup into ASGIRequest (accepted)
https://code.djangoproject.com/ticket/33756 - Code Cleanup
on Tutorial Part 3 (invalid)
https://code.djangoproject.com/ticket/33757 -
django.test.Client.post documentation is wrong (accepted)
https://code.djangoproject.com/ticket/33761 - Format
migrations using black (invalid)
https://code.djangoproject.com/ticket/33762 -
test_random_ordering() not really testing randomization.
(wontfix)
https://code.djangoproject.com/ticket/33759 - Using subquery
to filter a model delete generates a sub-optimal SQL (accepted)
https://code.djangoproject.com/ticket/33763 - Django admin
TabularInline in a Multiple databases context (invalid)
https://code.djangoproject.com/ticket/33758 -
make_random_password does not comply with
AUTH_PASSWORD_VALIDATORS (wontfix)
https://code.djangoproject.com/ticket/33764 - Deprecate
make_random_password(). (created)
https://code.djangoproject.com/ticket/26099 - Add a warning
about import conflicts when auto-generating migrations
(needsinfo)
https://code.djangoproject.com/ticket/33765 -
ManifestStaticFilesStorage doesn't support trailing whitespace
for JS source map references (invalid)
Reviewed/committed:
https://github.com/django/django/pull/15741
- Fixed #33748 -- Fixed date template filter crash with lazy
format.
https://github.com/django/django/pull/15744 - Fixed #33754
-- Fixed crash with prematurely closed ASGI request body.
https://github.com/django/django/pull/15737 - Fixed #33191
-- Avoided clearing cached reference when saving child after
parent.
https://github.com/django/django/pull/15730 -
Fixed #32234 -- Made inspectdb inform about composite primary
keys.
https://github.com/django/django/pull/15739 - Refs #33697 --
Fixed multipart parsing of headers with double quotes and
semicolons.
https://github.com/django/django/pull/15731 - Fixed #33733
-- Preserved wrapper assignment for manager methods.
https://github.com/django/django/pull/15743 - Fixed #33750
-- Fixed timezone warning alignment with help texts.
https://github.com/django/django/pull/15750 - Refs #32234 --
Removed hardcoded IntegerField in inspectdb test.
https://github.com/django/django/pull/15740 - Fixed #33742
-- Added id to GeoJSON serializer.
https://github.com/django/django/pull/15738 - Fixed #31788
-- Fixed migration optimization after altering field to
ManyToManyField.
https://github.com/django/django/pull/15753 - Fixed #33757
-- Clarified Client.post() file upload example.
https://github.com/django/django/pull/15754 - Refs #27236 --
Moved models with Meta.index_together inside of test methods.
https://github.com/django/django/pull/15752 - Fixed #33764
-- Deprecated BaseUserManager.make_random_password().
https://github.com/django/django/pull/15288 - Fixed
documentation of Widget.id_for_label() empty return value.
https://github.com/django/django/pull/15760 - Refs #33765 --
Added tests for trailing whitespace in JavaScript source map
references.
https://github.com/django/django/pull/15758 - Refs #33697 --
Made MultiPartParser use
django.utils.http.parse_header_parameters() for parsing
Content-Type header.
Authored:
https://github.com/django/django/pull/15745 - Fixed #33753
-- Fixed docs build on Sphinx 5+.
https://github.com/django/djangoproject.com/pull/1167 -
Stopped building docs for unsupported versions.
https://github.com/django/djangoproject.com/pull/1168 -
Fixed literal styling in captions.
https://github.com/django/djangoproject.com/pull/1169 -
Updated to Sphinx==4.5.0.
https://github.com/django/django/pull/15746 - Bumped minimum
Sphinx version to 4.5.0.
https://github.com/django/django/pull/15759
- Removed obsolete assertions in
BooleanFieldTests.test_return_type().
Week ending June 12, 2022
Holidays 🥨
Best,
Mariusz