Fellow Reports -- May 2020

48 views
Skip to first unread message

Carlton Gibson

unread,
May 27, 2020, 4:41:36 AM5/27/20
to Django developers (Contributions to Django itself)
Hi all.


Calendar Week 19 -- ending 10 May.


Triaged:

https://code.djangoproject.com/ticket/31547 -- A bug in Django3.0.6 about the function of "include" (invalid)
https://code.djangoproject.com/ticket/31540 -- i18n URLs are not matched against the fallback language. (Accepted)
https://code.djangoproject.com/ticket/31536 -- Disabled clearable file field widget is not disabling the checkbox (Accepted)



Reviewed:

https://github.com/django/django/pull/12870 -- Enabled GitHub security policy.
https://github.com/django/django/pull/12835 -- Completed test coverage for ExclusionConstraint.
https://github.com/django/django/pull/12863 -- Added release notes URL to packaging metadata.
https://github.com/django/django/pull/12861 -- Fixed #31495 - Corrected note about admin i18n in tutorial.
https://github.com/django/django/pull/12159 -- Fixed #31034 -- Added a navigation sidebar to the admin
https://github.com/django/django/pull/12836 -- Updated admin's Select2 to 4.0.13.
https://github.com/django/django/pull/12758 -- Fixed #31485 -- Updated admin's jQuery to 3.5.1.
https://code.djangoproject.com/ticket/31538 -- models.E015 is raised when ordering uses lookups that are not transforms.



Authored:

https://github.com/django/django/pull/12860 -- Fixed #31515 -- Made ASGIHandler dispatch lifecycle signals with thread sensitive.





Calendar Week 20 -- ending 17 May.


Triaged:

https://code.djangoproject.com/ticket/32588 -- Unclear behaviour for ModelForms (invalid)
https://code.djangoproject.com/ticket/31582 -- Django template backend allocates model cache even iterator() is used (Accepted)
https://code.djangoproject.com/ticket/27686 -- calls to request.user.is_authenticated returns vary by cookie header for all users (invalid)
https://code.djangoproject.com/ticket/31584 -- Queryset crashes when grouping by Exists() on Oracle. (Accepted)
https://code.djangoproject.com/ticket/31570 -- Translations of one language in different territories can override each other. (Accepted)
https://code.djangoproject.com/ticket/31577 -- The explanation ended in the middle. (Accepted)
https://code.djangoproject.com/ticket/31576 -- Navigation sidebar hides some elements on small windows. (Accepted)
https://code.djangoproject.com/ticket/31546 -- Replace Command.requires_system_checks = True by something like Command.required_system_checks = '__all__' (Accepted)
https://code.djangoproject.com/ticket/31553 -- Incorrect query for inline admin when the parent is a proxy model (needsinfo)
https://code.djangoproject.com/ticket/31575 -- Document admin's requirement on django.template.context_processors.request context processor. (Accepted)



Reviewed:

https://github.com/django/django/pull/12845 -- Removed unnecessary admin CSS.
https://github.com/django/django/pull/12821 -- Fixed #31524 -- Removed minified static assets from the admin.
https://github.com/django/django/pull/12819 -- Added Selenium test coverage for actions.js.
https://code.djangoproject.com/ticket/31584 -- Queryset crashes when grouping by Exists() on Oracle.
https://github.com/django/django/pull/12882 -- Fixed #9107 -- Allowed URL parameters to set values of fields in admin inlines.
https://github.com/django/django/pull/12876 -- Completed lorem tag test coverage.
https://github.com/django/django/pull/995 -- Updated docs-related model fixtures for 3.0 release.
https://github.com/django/django/pull/12907 -- Fixed #31576 -- Fixed selenium tests with headless mode.
https://code.djangoproject.com/ticket/31358 -- Increase default password salt size in BasePasswordHasher.
https://github.com/django/django/pull/12906 -- Fixed #31575, Refs #31034 -- Documented admin requires django.template.context_processors.request.
https://github.com/django/django/pull/12904 -- Add JSONField.from_db_value method only if necessary.
https://github.com/django/django/pull/12854 -- Bootstrapped Django 3.2.
https://code.djangoproject.com/ticket/31570 -- Translations of one language in different territories can override each other
https://github.com/django/django/pull/12899 -- Final changes before branching stable/3.1.x.
https://github.com/django/django/pull/12159 -- Fixed #31034 -- Added a navigation sidebar to the admin







Calendar Week 21 -- ending 24 May.


Triaged:

https://code.djangoproject.com/ticket/31582 -- Django template engine render pre-fetches data even when iterator() is used (wontifx)
https://code.djangoproject.com/ticket/31596 -- ForeignKey.validate() should validate using the base manager. (Accepted)
https://code.djangoproject.com/ticket/31591 -- Spanning relationship backwards when related_name is used. (Accepted)
https://code.djangoproject.com/ticket/31604 -- Should SafeExceptionReporterFilter cleanse setting keys whose name matches "URL" in part, too? (wontfix)



Reviewed:

https://github.com/django/django/pull/12949 -- Doc'd release step for new classifiers on PyPI.
https://github.com/django/django/pull/12947 -- Fixed #31608 -- Doc'd that form ISO 8601 datetime parsing retains tzinfo when USE_TZ is False.
https://github.com/django/django/pull/12910 -- Fixed #31546 -- Deprecated boolean value for Command.requires_system_checks.
https://github.com/django/django/pull/11247 -- Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update() on PostgreSQL.
https://github.com/django/django/pull/12941 -- Added notes related to security pre-notify list requests
https://github.com/django/django/pull/12934 -- Fixed #31597, #31603 -- Made link to clear all filters in the admin preserve query string and hide without active filters.
https://github.com/django/django/pull/12938 -- Fixed #31608 -- Made datetime naive in forms.DateTimeField when USE_TZ is False.
https://code.djangoproject.com/ticket/31608 -- forms.DateTimeField parses ISO 8601 datetime with offset as aware when USE_TZ is False.
https://github.com/django/django/pull/12796 -- Fixed #31504 -- Allowed calling makemigrations without an active database connection.



Authored:

https://github.com/django/django/pull/12948 -- Added CockroachDB to list of third-party DB backends.
https://github.com/django/django/pull/12935 -- Fixed #31591 -- Clarified "reverse" text in making queries docs.



Kind Regards,

Carlton


Carlton Gibson

unread,
Jun 2, 2020, 6:16:31 AM6/2/20
to Django developers (Contributions to Django itself)
Hi all.



Calendar Week 22 -- ending 31 May.


Preparation for 2.2.13 and 3.0.7 releases.


Triaged:

https://code.djangoproject.com/ticket/31635 -- SameSite cookie except on a URL (wontfix)



Reviewed:

https://github.com/django/django/pull/12978 -- Refs #31040, Refs #31224 -- Prevented cycles in exceptions chain.
https://github.com/django/django/pull/12988 -- Fixed isolation of test_migrate_fake_initial.
https://github.com/django/django/pull/12970 -- Updated how to install Django on windows docs
https://github.com/django/django/pull/12981 -- Fixed #31628 -- Updated Windows install guide to recommend venv.



Authored:

https://github.com/django/django/pull/12990 -- Fixed #31570 -- Corrected translation loading for apps providing only a subset of supported languages.




Kind Regards,

Carlton
Reply all
Reply to author
Forward
0 new messages