Fellow Reports -- June 2020

64 views
Skip to first unread message

Carlton Gibson

unread,
Jun 23, 2020, 6:11:11 AM6/23/20
to Django developers (Contributions to Django itself)
Hi all.


Calendar Week 23 -- ending 07 June.


Released Django 3.0.7 and 2.2.13.


Triaged:

https://code.djangoproject.com/ticket/31638 -- On Mysql/Sqlite, db.models.functions.Now uses wrong timezone (needsinfo)
https://code.djangoproject.com/ticket/31656 -- Help Texts in UserCreationForm cannot be overridden (Invalid)
https://code.djangoproject.com/ticket/31626 -- Add ASGI support to runserver (Accepted)
https://code.djangoproject.com/ticket/17613 -- Add validation method for cache keys. (Fixed by 2c82414.)



Reviewed:

https://code.djangoproject.com/ticket/31654 -- Memcached key validation raises InvalidCacheKey with clunky message.
https://github.com/django/django/pull/11991 -- Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
https://github.com/django/django/pull/12915 -- Fixed #31594 -- Added ASGIStaticFilesHandler.get_response_async().
https://github.com/django/django/pull/12957 -- Fixed #30134 -- Ensured unlocalized numbers are string representation in templates.
https://github.com/django/django/pull/12976 -- Preferred usage of among/while to amongst/whilst.
https://github.com/django/django/pull/12997 -- Removed reference to unsupported versions of Django and Python.
https://github.com/django/django/pull/12970 -- Updated how to install Django on windows docs.
https://github.com/django/django/pull/12267 -- Refs #30190 -- JSONL support addded
https://github.com/django/django/pull/12999 -- Refs #30997 -- Improved HttpRequest.is_ajax() warning message with stacklevel=2.
https://github.com/django/django/pull/13004 -- Updated link to Celery.
https://github.com/django/django/pull/12996 -- Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.
https://github.com/django/django/pull/13005 -- Make the URL shade-throwing a bit less pointed in the tutorial
https://github.com/django/django/pull/13001 -- Normalized spelling of "system-wide" in docs.



Authored:

https://github.com/django/django/pull/13008 -- [3.0.x] Refs #31485 -- Backported jQuery upgrade to 3.5.1.
https://github.com/django/django/pull/13007 -- [2.2.x] Refs #31485 -- Backported jQuery upgrade to 3.5.1.
https://github.com/django/django/pull/13006 -- Refs #31485 -- Added release notes for backport of jQuery upgrade to 3.5.1.
https://github.com/django/djangoproject.com/pull/1001 -- Added #BlackLivesMatter banner



Calendar Week 24 -- ending 14 June.


"Vacation" (2020-style: at home. But much needed and refreshing nonetheless. 🏖)



Calendar Week 25 -- ending 21 June.


Triaged:

https://code.djangoproject.com/ticket/31716 -- django-admin runserver mostly does not work on Windows (Accepted)
https://code.djangoproject.com/ticket/31715 -- Documentation : Customize the admin look and feel (invalid)
https://code.djangoproject.com/ticket/31520 -- ManifestStaticFilesStorage should not raise ValueError on missing file when manifest_strict=False (wontfix)
https://code.djangoproject.com/ticket/31705 -- Bad way to select default filter parameter from "n total" link (invalid)
https://code.djangoproject.com/ticket/31700 -- Highlight destructive operations in makemigrations output (needsinfo)



Reviewed:

https://github.com/django/django/pull/12979 -- Fixed #6933 -- Added support for searching against quoted phrases in ModelAdmin.search_fields.
https://github.com/django/django/pull/12646 -- Fixed #31169 -- Adapted the parallel test runner to use spawn. [GSoC]
https://github.com/django/django/pull/13077 -- Fixed #31716 -- Fixed detection of console scripts in autoreloader on Windows.
https://github.com/django/django/pull/13079 -- Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator.
https://github.com/django/django/pull/13071 -- Refs #28077 -- Added opclasses to Index.__repr__().
https://github.com/django/django/pull/13075 -- Reverted "Pinned asgiref == 3.2.7 in test requirements."
https://github.com/django/django/pull/13076 -- Refs #30190 -- Minor edits to JSONL serializer.
https://github.com/django/django/pull/12267 -- Fixed #30190 -- Added JSONL serializer.
https://github.com/django/django/pull/12817 -- Fixed #31520 -- Corrected ManifestStaticFilesStorage handling of missing files.
https://github.com/django/django/pull/13045 -- Fixes #30933 -- Updated installation instructions for GeoDjango depencies on Windows.
https://github.com/django/django/pull/13069 -- Pinned asgiref == 3.2.7 in test requirements.



Authored:

https://github.com/django/django/pull/13072 -- Removed unsupported third-party backends from docs.



Kind Regards,

Carlton





Carlton Gibson

unread,
Jun 30, 2020, 6:38:29 AM6/30/20
to Django developers (Contributions to Django itself)
Hi all.


Calendar Week 26 -- ending 28 June.


Triaged:

https://code.djangoproject.com/ticket/31739 -- Document dependency between HttpRequest stream IO methods and body. (Accepted)
https://code.djangoproject.com/ticket/31717 -- WSGI calling close causes premature close_if_unusable_or_obsolete calls during transaction? (needsinfo)
https://code.djangoproject.com/ticket/31722 -- RangeWidget produces 1 subwidget, itself (invalid)
https://code.djangoproject.com/ticket/31725 -- Setting ImageField and FileField default to a static file (wontfix)



Reviewed:

https://github.com/django/django/pull/13113 -- Fixed broken test_clean_does_deduplicate_values on Oracle after e13cfc6dfd4212ef7a40db1a41d3ae6ac4b97de0.
https://github.com/django/django/pull/12837 -- Fixed #29232 -- Added title option for admin filter when providing field name
https://github.com/django/django/pull/12847 -- Fixed the centering of the "Log in" button on admin login page.
https://github.com/django/django/pull/12846 -- Simplified label element CSS in admin login.css.
https://github.com/django/django/pull/12845 -- Removed unnecessary admin CSS.
https://github.com/django/django/pull/13110 -- Added test for django.contrib.admin.utils.help_text_for_field().
https://github.com/django/django/pull/12923 -- Fixed #31596 -- Changed ForeignKey.validate() to use the base manager.
https://github.com/django/django/pull/13096 -- Add Twitter to project_urls in setup.cfg
https://github.com/django/django/pull/13029 -- Add helpers to get settings values from env variables
https://github.com/django/django/pull/12820 -- Fixed #31523 -- Removed jQuery dependency from actions.js.
https://github.com/django/django/pull/13097 -- Fixed #9061 -- Allowed FormSets to disable deleting extra forms.
https://github.com/django/django/pull/13100 -- Refs #31692 -- Fixed compilemessages crash on Windows with Python < 3.8.
https://github.com/django/django/pull/13086 -- Fixed #25281 -- Make permission strings unique to identify permissions.



Kind Regards,

Carlton


Reply all
Reply to author
Forward
0 new messages