Fellow Reports -- October 2020

114 views
Skip to first unread message

Carlton Gibson

unread,
Oct 13, 2020, 4:18:21 AM10/13/20
to Django developers (Contributions to Django itself)
Hi all. 


Calendar Week 40 -- ending 04 October.


Triaged:

https://code.djangoproject.com/ticket/32069 -- Admin change form layout broken at narrower browser widths in 3.1.2 (Accepted)
https://code.djangoproject.com/ticket/32059 -- Issue when counting a model extending auth_user by month (invalid)
https://code.djangoproject.com/ticket/32050 -- reverse() and request.get_full_path() escape URL paths differently (Duplicate of #18456)
https://code.djangoproject.com/ticket/32054 -- Signal disconnect not working with multiple decorators (invalid)
https://code.djangoproject.com/ticket/32053 -- Accessibility issues with Congrats page for new projects (Accepted)
https://code.djangoproject.com/ticket/32049 -- Middleware behaviour inconsistent between runserver and daphne (invalid)
https://code.djangoproject.com/ticket/31550 -- AssertionError raised by test_file_response method of ASGITest class. (needsinfo)



Reviewed:

https://github.com/django/django/pull/13479 -- Refs #31777 -- Doc'd Char/TextField.db_collation parameter in MySQL notes.
https://github.com/django/django/pull/12946 -- Fixed #27445 -- RadioSelect widget does not work for NullBooleanField.
https://github.com/django/django/pull/13437 -- Fixed #23681 -- Added tip for setting choices on BooleanField.
https://github.com/django/django/pull/13472 -- Fixed #32057 -- Doc'd HttpResponse.get()/items().
https://github.com/django/django/pull/13423 -- Fixed #32002 -- Added headers parameter to HttpResponse
https://github.com/django/django/pull/13409 -- Fixed #31986 -- Fixed admin display issues.
https://github.com/django/django/pull/13455 -- Update ASGI uvicorn deployment docs from upstream.







Calendar Week 41 -- ending 11 October.


Triaged:

https://code.djangoproject.com/ticket/32085 -- Add template tag for creating link to admin site (invalid)
https://code.djangoproject.com/ticket/29356 -- request.GET.getlist default is [] instead of None (Accepted)
https://code.djangoproject.com/ticket/32083 -- Multiple Databases example suggest explaining migrate requires --database be specified for non-default (Accepted)
https://code.djangoproject.com/ticket/32065 -- Documentation for settings.CSRF_COOKIE_DOMAIN confusing (Accepted)



Reviewed:

https://github.com/django/djangoproject.com/pull/989 -- Code snippet header-text selection visible on firefox
https://github.com/django/djangoproject.com/pull/1004 -- limit line length of billboard text
https://github.com/django/django/pull/13510 -- Fixed #29356 -- Clarified docs for QueryDict.getlist() default.
https://github.com/django/django/pull/13073 -- [PoC] Remove dependency on pytz
https://github.com/django/django/pull/13423 -- Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
https://github.com/django/django/pull/13499 -- Fixed #32073 -- Skipped collation tests on PostgreSQL < 10.
https://github.com/django/django/pull/13489 -- Removed useless `iri_to_uri` calls.
https://github.com/django/django/pull/13501 -- Skipped GetImageDimensionsTests.test_webp when WEBP not installed.



Authored:

https://github.com/django/djangoproject.com/pull/1036 -- Added Corporate Member badges to funding docs.
https://github.com/django/django/pull/13511 -- Fixed #32083 -- Added link back to migrating section in multi-db docs…
https://github.com/django/deps/pull/71 -- Added Triage & Review Team to DEP 10.
https://github.com/django/django/pull/13500 -- Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples.



Kind Regards,

Carlton

Carlton Gibson

unread,
Oct 20, 2020, 7:17:23 AM10/20/20
to Django developers (Contributions to Django itself)
Hi All.


Calendar Week 42 -- ending 18 October.


Triaged:

https://code.djangoproject.com/ticket/32088 -- Django Database Sessions - Can't Retrieve expire_date from request.session (SessionStore) (wontfix)
https://code.djangoproject.com/ticket/32106 -- Redirect following in test client does not correctly set HTTP_HOST (Accepted)
https://code.djangoproject.com/ticket/32105 -- Allow overriding technical 500 page templates (Accepted)
https://code.djangoproject.com/ticket/32082 -- Support "Row Values" in where clause / filter (needsinfo)
https://code.djangoproject.com/ticket/32086 -- Misleading documentation on AccessMixin (wontfix)



Reviewed:

https://github.com/django/django/pull/13543 -- Refs #32096 -- Skipped JSONField checks in postgres_tests if not supported.
https://github.com/django/deps/pull/69 -- Add accessibility team draft DEP
https://github.com/django/django/pull/13531 -- Fixed #32105 -- Added template paths as ExceptionReporter class attributes.
https://github.com/django/django/pull/13538 -- Fixed #32109 -- Added additional sidebar block to admin index template
https://github.com/django/django/pull/13539 -- Refs #32096 -- Removed JSONBAgg from 3.1.3 release notes.
https://github.com/django/django/pull/13529 -- Refs #31926 -- Made test_pickle_filteredrelation_m2m do not depend on auto-PK.
https://github.com/django/django/pull/13530 -- Fixed #32096 -- Fixed crash of various expressions with JSONField key transforms.
https://github.com/django/django/pull/13536 -- Fixed the link documenting the de_CH numbers format
https://github.com/django/django/pull/13524 -- Fixed #32088 -- Django Database Sessions, Can't Retrieve expire_date
https://github.com/django/django/pull/13531 -- Move technical_500 template paths to class-level variables
https://github.com/django/django/pull/13525 -- Contributing Guide Overview Refactored
https://github.com/django/django/pull/13506 -- Refs #31040 -- Doc'd Python 3.9 compatibility.




Authored:

https://github.com/django/djangoproject.com/pull/1036 -- Added Corporate Member badges to funding docs.
https://github.com/django/django/pull/13214 -- Fixed #29988 -- Updated coding style allow f-strings.


Kind Regards,

Carlton

Carlton Gibson

unread,
Oct 27, 2020, 3:50:25 AM10/27/20
to Django developers (Contributions to Django itself)
Hi all. 


Calendar Week 43 -- ending 25 October.


Triaged:

https://code.djangoproject.com/ticket/32131 -- ManifestStaticFilesStorage should also check in debug mode whether referenced file actually exists (wontfix)
https://code.djangoproject.com/ticket/32129 -- Confusing documentation on how to get cookie's time until it expires in seconds. (Accepted)
https://code.djangoproject.com/ticket/32125 -- Added basic support for <datalist> elements for suggestions in Input widgets (wontfix)
https://code.djangoproject.com/ticket/32123 -- dd properties `is_xxx` for django.db.models.enums (wontfix)
https://code.djangoproject.com/ticket/32109 -- Cannot add content to admin sidebar without breaking layout (wontfix)
https://code.djangoproject.com/ticket/32114 -- Workaround for subtest issue with parallel test runner (Accepted)



Reviewed:

https://github.com/django/django/pull/13134 -- Fixed #31747 -- Fixed model enumeration via admin URLs.
https://github.com/django/djangoproject.com/pull/1029 -- Improve language/version switcher
https://github.com/django/djangoproject.com/pull/1032 -- Update to Django 3.1 and other requirements with related fixes #1032
https://github.com/django/django/pull/13585 -- Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.
https://github.com/django/django/pull/11026 -- Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields
https://github.com/django/django/pull/11198 -- Fixed #30360 -- Support rotation of secret keys
https://github.com/django/django/pull/13469 -- Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.
https://github.com/django/django/pull/13551 -- Fixed #26615 -- Made password reset token invalidate when changing email.
https://github.com/django/django/pull/13514 -- Fixed #32069 -- Admin form layout broken at narrower browser widths
https://github.com/django/django/pull/13572 -- Fixed outdated notes in SchemaEditor docs.
https://github.com/django/django/pull/13564 -- Fixed typo in docs/ref/checks.txt.



Authored:

https://github.com/django/django/pull/13586 -- Refs #32128 -- Doc'd asgiref changes to sync_to_async().
https://github.com/django/django/pull/13575 -- Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
https://github.com/django/django/pull/13573 -- Fixed #32069 -- Restored flex-wrap CSS declaration to form elements on small screens



Kind Regards,

Carlton

Carlton Gibson

unread,
Nov 1, 2020, 6:48:51 AM11/1/20
to Django developers (Contributions to Django itself)
Hi all.


Calendar Week 44 -- ending 01 November.


Triaged:

https://code.djangoproject.com/ticket/32154 -- Test client POSTs unset data as False (Accepted)
https://code.djangoproject.com/ticket/30952 -- KeyError: '_password_reset_token' during password reset. (Accepted)
https://code.djangoproject.com/ticket/22841 -- ModelChoiceField does not make it easy to reuse querysets (wontfix)
https://code.djangoproject.com/ticket/31250 -- Admin Docs No reverse match error (invalid)
https://code.djangoproject.com/ticket/32140 -- `startTest` result hook not called until after tests already started when `--parallel` used (needsinfo)



Reviewed:

https://github.com/django/deps/pull/69/ -- DEP 11 -- Add accessibility team draft DEP
https://github.com/django/django/pull/13617 -- Fixed #32152 -- Fixed grouping by subquery aliases.
https://github.com/django/django/pull/13494 -- Increased test coverage of django.utils.datastructures to 100%.
https://github.com/django/django/pull/13567 -- Fixed #26962 -- Doc'd running migrations in transactions.
https://github.com/django/django/pull/13609 -- Fixed #32144 -- Made makemessages remove temporary files when locale path doesn't exist.
https://github.com/django/django/pull/13566 -- Fixed #31122 -- Clarify how Lookup follows the Query Expression API
https://github.com/django/django/pull/12640 -- Refs #28215 -- Marked credentials as a sensitive variables.
https://github.com/django/django/pull/13618 -- Fixed 30360 -- Support rotation of secret keys.
https://code.djangoproject.com/ticket/29010 -- Allow customizing the autocomplete search results based on the querying model
https://github.com/django/django/pull/11047 -- Fixed #6135 - Added autoescape_aware decorator
https://github.com/django/django/pull/10640 -- Fixed #30348 -- Added superuser_required decorator and SuperuserRequiredMixin.
https://github.com/django/django/pull/13593 -- Improve naming consistency in BaseManager.contribute_to_class()



Authored:

https://github.com/django/django/pull/13586 -- Fixed #32128 -- Added asgiref 3.3 compatibility.



Kind Regards,

Carlton

Reply all
Reply to author
Forward
0 new messages