Fellow Reports -- August 2019

57 views
Skip to first unread message

Carlton Gibson

unread,
Aug 19, 2019, 1:14:49 PM8/19/19
to Django developers (Contributions to Django itself)
Hi All, 


Calendar Week 32 -- ending 11 August.


Triaged:

https://code.djangoproject.com/ticket/30693 -- Refatoring django.core.management.templates (Accepted)
https://code.djangoproject.com/ticket/30691 -- Change uuid field to FK does not create dependency (Accepted)
https://code.djangoproject.com/ticket/30687 -- GIS distance lookups fail within subqueries using OuterRef (Accepted)
https://code.djangoproject.com/ticket/30689 -- ix documentation for the `fields` argument of MultiValueField (Invalid)
https://code.djangoproject.com/ticket/30688 -- Clarify docs for Options.base_manager_name. (Accepted)
https://code.djangoproject.com/ticket/30688 -- Clarify docs for Options.base_manager_name. (Accepted)
https://code.djangoproject.com/ticket/30686 -- Improve utils.text.Truncator &co to use a full HTML parser. (Accepted)
https://code.djangoproject.com/ticket/30685 -- Suboptimal QuerySet.distinct().count() (Accepted)
https://code.djangoproject.com/ticket/30684 -- Oracle Database 12.2 allows 128 byte identifiers (wontfix)
https://code.djangoproject.com/ticket/30675 -- Ignore ACCEPT_LANGUAGE header only on i18n prefixed url patterns (needsinfo)
https://github.com/django/djangoproject.com/issues/931 -- Cannot open ContentFile containing BytesIO content again once it is closed (Invalid)



Reviewed:

https://github.com/django/django/pull/11639 -- Fixed #30693 -- Removed separate import of os.path in django.core.management.templates.
https://github.com/django/djangoproject.com/pull/896 -- Update download page: updated roadmap and better focus on supported versions
https://github.com/django/django/pull/11630 -- Fixed #30673 -- Relaxed system check for db_table collision when database routers are installed by turning the error into a warning.
https://github.com/django/django/pull/11636 -- Fixed #30688 -- Added an example for base manager usage.
https://github.com/django/djangoproject.com/pull/912 -- Add docker configuration for local development.
https://github.com/django/django/pull/11633 -- Fixed #30686 -- Stopped Truncator.chars truncating HTML entities
https://github.com/django/django/pull/11632 -- Corrected several typos in string literals and test names.
https://code.djangoproject.com/ticket/30676 -- Add a --pdb option to the test runner
https://github.com/django/django/pull/11617 -- Fixed #30672 -- Fixed crash of JSONField/HStoreField key and index transforms on expressions with params.
https://github.com/django/djangopeople/pull/103 -- Improve overall look of front page



Authored:

https://github.com/django/djangoproject.com/pull/933 -- Refs #838 -- Marked current release on downloads page as LTS (if so).





Calendar Week 33 -- ending 18 August.


Triaged:

https://code.djangoproject.com/ticket/30713 -- ListView queryset issue (Invalid)
https://code.djangoproject.com/ticket/30710 -- impossible without workarounds to see which fields changed when subscribing to signals from generic views (wontfix)
https://code.djangoproject.com/ticket/30705 -- Django template permissions not working when used inside the template of an inclusion tag (needsinfo)
https://code.djangoproject.com/ticket/25139 -- ModelFormSet: allow swapping unique values (Someday/Maybe)
https://code.djangoproject.com/ticket/30702 -- Form leaks all objects of model (Invalid)
https://code.djangoproject.com/ticket/30701 -- Allowing patch_vary_headers() caching utility to handle '*' value. (Accepted)
https://code.djangoproject.com/ticket/30698 -- `BaseDetailView` and `SingleObjectMixin` optimization. (wontfix)
https://code.djangoproject.com/ticket/30699 -- Remove `PublisherDetail.get_context_data()` from documentation (wontfix)
https://code.djangoproject.com/ticket/30700 -- templatetag truncatechars_html breaks HTML entities (Duplicate of #30686)
https://code.djangoproject.com/ticket/30694 -- FileResponse does not seek its file source (wontfix)



Reviewed:

https://github.com/django/django/pull/11676 -- Fixed #30694 -- Documented FileResponse does not seek its file source
https://github.com/django/django/pull/11666 -- Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according to RFC 7231.
https://github.com/django/django/pull/11671 -- Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.
https://github.com/django/django/pull/11481 -- Code Pull requests 228 Security Insights Settings Fixed #10403 -- Declaraive syntax for FormSet, ModelFormSet & InlineF…
https://github.com/django/django/pull/11580 -- Fixed #26142 -- Added a 'edit only' mode for model formsets
https://github.com/django/djangoproject.com/pull/928 -- Added `invisible` reCaptcha to donatations form.
https://github.com/django/django/pull/11662 -- Fixed #30704 -- Fixed crash of JSONField nested key and index transforms on expressions with params.
https://github.com/django/django/pull/11628 -- Change HTTP_X_FORWARDED_PROTOCOL to HTTP_X_FORWARDED_PROTO in tests



Authored:

https://github.com/django/djangoproject.com/pull/935 -- Re-added `invisible` captcha to donations form.


Kind Regards,

Carlton

Carlton Gibson

unread,
Sep 1, 2019, 3:54:19 AM9/1/19
to Django developers (Contributions to Django itself)
Hi all. 



Calendar Week 34 -- ending 25 August.


Triaged:

https://code.djangoproject.com/ticket/30725 -- Textbox size of a DateTimeField becomes too small in admin.TabularInline when browser windows is made smaller (Accepted)
https://code.djangoproject.com/ticket/30714 -- Add a system check against SESSION_EXPIRE_AT_BROWSER_CLOSE and SESSION_COOKIE_AGE both being set (wontfix)



Reviewed:

https://github.com/django/django/pull/11702 -- Replaced subprocess commands by run() wherever possible.
https://github.com/django/django/pull/11699 -- Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations over AutoField.
https://github.com/django/django/pull/10895 -- Fixed #30064 -- Fixed for crash NUL (0x00) characters on PostgreSQL
https://code.djangoproject.com/ticket/28107 -- Can't perform annotation on related table when un-managed model is backed by a DB view
https://github.com/django/django/pull/11682 -- Fixed #28992 -- added validate into GenericIPAddressField's prep value
https://github.com/django/django/pull/11664 -- Fixed #30695 -- Used relative path in default_storage docs example.
https://github.com/django/django/pull/11688 -- Fixed #29667 -- Prohibited whitespace in `django.urls.resolvers._route_to_regex()`.
https://github.com/django/django/pull/1167 -- Corrected typo in search docs.
https://github.com/django/django/pull/11686 -- Fixed typos in test names and comment
https://github.com/django/django/pull/11594 -- Fixed #21039 -- Introduce AddIndexConcurrently operation for PostgreSQL.
https://github.com/django/django/pull/11639 -- Fixed #30693 -- Removed separate import of os.path in django.core.management.templates.
https://github.com/django/django/pull/11667 -- Removed outdated examples of flatpages on Django.
https://github.com/django/django/pull/11540 -- Fixed #27910 -- Added ChoiceIntEnum and ChoiceStrEnum classes for use in Field.choices
https://github.com/django/django/pull/11685 -- Code Pull requests 232 Security Insights Settings Fixed broken links and redirects to OGR library in docs.







Calendar Week 35 -- ending 01 September.


Triaged:

https://code.djangoproject.com/ticket/30732 -- The default SameSite cookie flag breaks xframe_options_exempt (Accepted)
https://code.djangoproject.com/ticket/30729 -- Add support for the RFC 7239 Forwarded header (Someday/Maybe)



Reviewed:

https://github.com/django/django/pull/11476 -- Fixed #30066 -- Enabled super user creation without email and password.
https://github.com/django/django/pull/11725 -- Refs #25367 -- Simplified OrderBy and Lookup by using Case() instead of RawSQL() on Oracle.
https://github.com/django/django/pull/8119 -- Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
https://github.com/django/django/pull/11695 -- Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.
https://github.com/django/django/pull/11157 -- Fixed #13910 -- Added generator based rendering (streaming) to templates and supporting views.
https://github.com/django/django/pull/11710 -- Refs #27795 -- Removed unnecessary force_bytes() calls in uri_to_iri().
https://github.com/django/django/pull/11709 -- Refs #27804 -- Used subTest() in utils_tests/test_encoding.py.
https://github.com/django/django/pull/11708 -- Removed shell=True from subprocess.run() where unnecessary.



Kind Regards,

Carlton



Reply all
Reply to author
Forward
0 new messages