Fellow Reports -- May 2021

51 views
Skip to first unread message

Carlton Gibson

unread,
May 18, 2021, 9:57:01 AM5/18/21
to Django developers (Contributions to Django itself)
Hi all. 


Calendar Week 18 -- ending 09 May.


Released Django 3.2.1, 3.1.9, and 2.2.21


Reviewed:

https://github.com/django/django/pull/14358 -- Removed unused TestHashedFiles._max_post_process_passes.
https://github.com/django/django/pull/14349 -- Fixed #32713, Fixed CVE-2021-XXXXX -- Prevented newlines and tabs from being accepted in URLValidator on Python 3.9.5+.
https://github.com/django/django/pull/14348 -- Refs CVE-2021-31542 -- Adjusted mock AWS storage test for Windows.
https://github.com/django/django/pull/14338 -- Fixed #26721 -- Dumpdata to use ASCII-only json dump to bypass encoding errors.
https://github.com/django/django/pull/14345 -- Refs #32074 -- Used asyncio.get_running_loop() instead of get_event_loop().



Calendar Week 19 -- ending 16 May.


Triaged:

https://code.djangoproject.com/ticket/32744 -- Template changes cause dev server to reload (worksforme)
https://code.djangoproject.com/ticket/32743 -- Migrations don't alter foreign key data types when referencing primary keys in MTI models. (Accepted)
https://code.djangoproject.com/ticket/32702 -- urlize() should not decode URL fragments (needsinfo)
https://code.djangoproject.com/ticket/32740 -- Running colorama.init() at import time causes deployment error (wontfix)
https://code.djangoproject.com/ticket/32739 -- Enable timezone handling by default (USE_TZ=True in global settings) (Accepted)
https://code.djangoproject.com/ticket/32738 -- Deprecate django.utils.datetime_safe, use alternate method to ensure four-digit year with strftime. (Accepted)
https://code.djangoproject.com/ticket/32734 -- django-admin startapp with trailing slash in directory name results in error (Accepted)
https://code.djangoproject.com/ticket/32722 -- Comparing to TruncTime() doesn't work on Oracle. (Accepted)



Reviewed:

https://github.com/django/django/pull/14372 -- Fixed #32718 -- Relaxed file name validation in FileField.
https://github.com/django/django/pull/14355 -- Fixed #26721 -- Doc'd setting UTF-8 on Windows
https://github.com/django/djangoproject.com/pull/1090 -- Add Italian to docs translations #1090
https://github.com/django/django/pull/14378 -- Fixed #32738 -- Deprecated django.utils.datetime_safe module.
https://github.com/django/django/pull/14384 -- Refs #32718 -- Corrected CVE-2021-31542 release notes.
https://github.com/django/django/pull/14374 -- Fixed #32366 -- Updated datetime module usage to recommended approach.
https://github.com/django/django/pull/14275 -- Fixed #32702 -- Don't decode escaped URL fragments.
https://github.com/django/django/pull/14365 -- Fixed #32722 -- Fixed comparing to TruncTime() on Oracle.


Authored:

https://github.com/django/django/pull/14386 -- Fixed #32740 -- Caught possible exception from colorama setup.



Kind Regards,

Carlton

Carlton Gibson

unread,
May 30, 2021, 2:42:12 PM5/30/21
to Django developers (Contributions to Django itself)
Hi all. 


Calendar Week 19 -- ending 16 May.


Triaged:

https://code.djangoproject.com/ticket/32744 -- Template changes cause dev server to reload (worksforme)
https://code.djangoproject.com/ticket/32743 -- Migrations don't alter foreign key data types when referencing primary keys in MTI models. (Accepted)
https://code.djangoproject.com/ticket/32702 -- urlize() should not decode URL fragments (needsinfo)
https://code.djangoproject.com/ticket/32740 -- Running colorama.init() at import time causes deployment error (wontfix)
https://code.djangoproject.com/ticket/32739 -- Enable timezone handling by default (USE_TZ=True in global settings) (Accepted)
https://code.djangoproject.com/ticket/32738 -- Deprecate django.utils.datetime_safe, use alternate method to ensure four-digit year with strftime. (Accepted)
https://code.djangoproject.com/ticket/32734 -- django-admin startapp with trailing slash in directory name results in error (Accepted)
https://code.djangoproject.com/ticket/32722 -- Comparing to TruncTime() doesn't work on Oracle. (Accepted)



Reviewed:

https://github.com/django/django/pull/14372 -- Fixed #32718 -- Relaxed file name validation in FileField.
https://github.com/django/django/pull/14355 -- Fixed #26721 -- Doc'd setting UTF-8 on Windows
https://github.com/django/djangoproject.com/pull/1090 -- Add Italian to docs translations #1090
https://github.com/django/django/pull/14378 -- Fixed #32738 -- Deprecated django.utils.datetime_safe module.
https://github.com/django/django/pull/14384 -- Refs #32718 -- Corrected CVE-2021-31542 release notes.
https://github.com/django/django/pull/14374 -- Fixed #32366 -- Updated datetime module usage to recommended approach.
https://github.com/django/django/pull/14275 -- Fixed #32702 -- Don't decode escaped URL fragments.
https://github.com/django/django/pull/14365 -- Fixed #32722 -- Fixed comparing to TruncTime() on Oracle.



Authored:

https://github.com/django/django/pull/14386 -- Fixed #32740 -- Caught possible exceptions from colorama setup.





Calendar Week 20 -- ending 23 May.



Triaged:

https://code.djangoproject.com/ticket/32768 -- An incorrect language is sometimes displayed - redirects adding a language code to a path can be inappropriate cached by HTTP caches (Accepted)
https://code.djangoproject.com/ticket/32757 -- CSRF cookies are not issued once expired if the session cookie is still valid (Invalid)
https://code.djangoproject.com/ticket/32762 -- test_msgfmt_error_including_non_ascii fails on Mac OS Catalina, localized msgfmt binary. (Accepted)



Reviewed:

https://code.djangoproject.com/ticket/31026 -- Switch form rendering to template engine
https://github.com/django/django/pull/14424 -- Changed IRC references to Libera.Chat.
https://github.com/django/django/pull/13771 -- Documented 'databases' check function argument.
https://github.com/django/django/pull/14394 -- Remark "urlconf matches are against quoted URLs"
https://github.com/django/django/pull/14396 -- Fixed #32375 -- Deprecate http as the default protocol for sitemaps
https://github.com/django/django/pull/14407 -- Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template changes.







Calendar Week 21 -- ending 30 May.


Triaged:

https://code.djangoproject.com/ticket/32782 -- Optimize _get_user_permissions by using set comprehensions (needsinfo)
https://code.djangoproject.com/ticket/32785 -- Reduce culling frequency of database cache backend (Accepted)
https://code.djangoproject.com/ticket/32784 -- django.core.paginator.count should check for method arguments without defaults (wontfix)



Reviewed:

https://github.com/django/django/pull/12133 -- Fixed #31026 -- Switch from rendering to template engine
https://code.djangoproject.com/ticket/30272 -- get_language_from_request(..., check_path=True) not respecting i18n_patterns prefix_default_language=False
https://github.com/django/djangoproject.com/pull/1095 -- Remove duplicate settings from settings.docker #1095
https://github.com/django/djangoproject.com/pull/1094 -- Added 'data' dir to gitignore
https://github.com/django/django/pull/14449 -- Fixed #32783 -- Fixed crash of autoreloader when __main__ module doesn't have __spec__ attribute.
https://github.com/django/django/pull/14407 -- Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template changes.




Kind Regards,

Carlton


Reply all
Reply to author
Forward
0 new messages