Week ending August 8, 2021
Triaged:
https://code.djangoproject.com/ticket/32981 - raw sql with
postgres jsonb_array_elements no longer deserialises in Django
3.2.5. (duplicate)
https://code.djangoproject.com/ticket/32975 - ModelAdmin for
proxy model with InlineModelAdmin for proxy superclass reference
results in admin.E202(accepted)
https://code.djangoproject.com/ticket/32978 - Improve an error
message on loaddata/dumpdata when PyYAML is not installed.
(wontfix)
https://code.djangoproject.com/ticket/32982 - Tighten up the
check for status codes in HttpResponse (wontfix)
https://code.djangoproject.com/ticket/32984 - Allow overriding
of deletion widget in formsets (accepted)
https://code.djangoproject.com/ticket/32985 - "O valor
\"%(value)s\" tem um formato de data inválido. Deve ser no
formato " "YYY-MM-DD." (invalid)
https://code.djangoproject.com/ticket/32986 - Possible dead or
incorrect code in Lexer.create_token() related to
TRANSLATOR_COMMENT_MARK (accepted)
https://code.djangoproject.com/ticket/32988 - The number of
test databases should not be greater than number of TestCases.
(created)
https://code.djangoproject.com/ticket/32987 - Warn user if
they attempt to have mulitple templatetag libraries with the same
name (accepted)
https://code.djangoproject.com/ticket/27541 - Provide hooks to
override manifest file storage in ManifestFilesMixin. (duplicate)
https://code.djangoproject.com/ticket/32990 - Test the tag_re
regex in template/base.py instead of evaluating it every time
(accepted)
https://code.djangoproject.com/ticket/32991 - Change in
behavior of FileField.url between versions 2.2.16 -> 3.2.5;
returned 'relative' value contains leading slash (invalid)
https://code.djangoproject.com/ticket/32992 - Reverse time
zone conversion in Trunc()/Extract() database functions.
(accepted)
https://code.djangoproject.com/ticket/32994 - Invoking
runtests with a CLI prelude causes utils_tests failures (accepted)
https://code.djangoproject.com/ticket/32995 - Incorrect GROUP
BY in ORM query with Function (duplicate)
https://code.djangoproject.com/ticket/32997 - Errors in 404
templates are hard to debug (invalid)
https://code.djangoproject.com/ticket/32998 - process_view()
is not called on 404 (needsinfo)
Reviewed/committed:
https://github.com/django/django/pull/14721 - Refs #32956 --
Corrected usage of "insure" and "assure".
https://github.com/django/django/pull/14720 - Refs #32956 --
Corrected spelling of "gray".
https://github.com/django/django/pull/13945 - Simplified
serializing HTTP response headers.
https://github.com/django/django/pull/14627 - Fixed #32919 --
Optimized lexing & parsing of templates.
https://github.com/django/django/pull/14723 - Refs #32800 --
Added tests of more CSRF functions.
https://github.com/django/django/pull/14614 - Fixed #31621 --
Added support for '--parallel auto' to test management command.
https://github.com/django/django/pull/14733 - Fixed #32984 --
Allowed customizing a deletion field widget in formsets.
https://github.com/django/django/pull/14732 - Refs #32074 --
Fixed CommandTests.test_subparser_invalid_option on Python 3.10+.
https://github.com/django/django/pull/14727 - Fixed #29063 --
Fixed migrate crash when specifying a name of partially applied
squashed migrations.
https://github.com/django/django/pull/14743 - Fixed #32986 --
Removed unneeded str.find() call in Lexer.create_token().
https://github.com/django/django/pull/12187 - Fixed #7590 --
Allowed customizing a manifest file storage in ManifestFilesMixin.
https://github.com/django/django/pull/14745 - Fixed typo in
regex for IPv6 literals in EmailValidator.
https://github.com/django/django/pull/14719 - Refs #32956 --
Corrected spelling of daylight saving time.
Authored:
https://github.com/django/django/pull/14744 - Fixed #32988 --
Prevented creation of more test databases than TestCases.
https://github.com/django/djangoproject.com/pull/1108 - Added
Coveralls to GitHub actions workflows.
https://github.com/django/django/pull/14737 - Refs #31621 --
Fixed handling --parallel option in test management command and
runtests.py.
Best,
Mariusz