Fellow Reports -- August 2020

103 views
Skip to first unread message

Carlton Gibson

unread,
Aug 19, 2020, 6:37:20 AM8/19/20
to Django developers (Contributions to Django itself)
Hi all. 


Calendar Week 32 -- ending 09 August.


Triaged:

https://code.djangoproject.com/ticket/31864 -- Session data cannot be decoded during the transition to Django 3.1. (Accepted)
https://code.djangoproject.com/ticket/31862 -- Add ArrayField for all supported databases - not only postgres (invalid)
https://code.djangoproject.com/ticket/31858 -- space outside of parameters are not allowed in path() routes (Accepted)
https://code.djangoproject.com/ticket/31860 -- "__date" in F expression not working, have to use Func() (Duplicate of #31639)
https://code.djangoproject.com/ticket/31861 -- Model field for enumeration types (Duplicate of #24342)
https://code.djangoproject.com/ticket/19040 -- Allow declaring a model Manager class inside the model class (wontfix)
https://github.com/django/asgiref/issues/186 -- Migration from wsgi to asgi questions #186 (invalid)
https://code.djangoproject.com/ticket/31856 -- Add block to customize nav_ sidebar style and script. (invalid)
https://code.djangoproject.com/ticket/31855 -- Flag for Initial Database Engine (wontfix)
https://code.djangoproject.com/ticket/31854 -- Long model names are not wrapped in the navigation sidebar. (Accepted)
https://code.djangoproject.com/ticket/31853 -- In some languages, such as Chinese, the Add button text of the navigation bar is wrapped (Accepted)
https://code.djangoproject.com/ticket/31852 -- Support async generators in StreamingHttpResponse (needsinfo)
https://code.djangoproject.com/ticket/31845 -- CSRF check fails when browsing with FQDN with trailing dot (wontfix)
https://code.djangoproject.com/ticket/31847 -- Adding table prefix stripping to inspectdb (wontfix)
https://code.djangoproject.com/ticket/31846 -- inspectdb doesn't handle tables with "id" field and without primary key (worksforme)
https://code.djangoproject.com/ticket/31844 -- When running migrations, the origional starting migrations should be shown. (wontfix)



Reviewed:

https://github.com/django/django/pull/13282 -- Refs #31864 -- Doc'd that DEFAULT_HASHING_ALGORITHM requires 3.1.1+ in release notes.
https://github.com/django/django/pull/13256 -- Added README link to DSF fundraising page.~
https://github.com/django/django/pull/13173 -- Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().
https://github.com/django/django/pull/13272 -- Added Hypercorn to ASGI deployment guide.
https://github.com/django/django/pull/13276 -- Fixed #31856 -- Add block to customize nav_sidebar
https://github.com/django/django/pull/13247 -- Fixed #29336 -- Doc'd circular template inheritance
https://github.com/django/django/pull/13275 -- Fixed #31854 -- Fixed wrapping long model names in admin's sidebar.
https://github.com/django/django/pull/13274 -- Fixed #31853 -- Fixed wrapping of translated action labels in admin sidebar.
https://github.com/django/django/pull/13224 -- Fixed #31811 -- Add optional timing outputs to the test runner
https://github.com/django/djangoproject.com/pull/1014 -- Updated docs-related model fixtures for 3.1 release.
https://github.com/django/djangoproject.com/pull/1012 -- Updated download page for 3.1 release.
https://github.com/django/djangoproject.com/pull/1013 -- Updated robots.docs.txt for Django 3.1.
https://github.com/django/code.djangoproject.com/pull/104 -- Updated default ticket version to 3.1.
https://github.com/django/django/pull/13262 -- Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
https://github.com/django/django/pull/13268 -- Moved note about features deprecated in Django 3.1 above their descriptions.







Calendar Week 33 -- ending 16 August.


Triaged:

https://code.djangoproject.com/ticket/31879 -- Changing a model formset's queryset has no effect when self.forms is accessed (Invalid)
https://code.djangoproject.com/ticket/31867 -- Inconsistency rendering hidden fields with view-only permissions in admin (Accepted)
https://code.djangoproject.com/ticket/31846 -- MySQL inspectdb doesn't handle composite keys (Accepted)
https://code.djangoproject.com/ticket/31865 -- Missing variable in admin template (Accepted)



Reviewed:

https://github.com/django/django/pull/13281 -- Fixed #31863 -- Prevented mutating model state by copies of model instances.
https://github.com/django/django/pull/13224 -- Fixed #31811 -- Add optional timing outputs to the test runner
https://github.com/django/django/pull/13299 -- Fixed #31867 -- Fixed admin inline display of hidden fields with view-only permissions.
https://github.com/django/django/pull/13299 -- Fixed #31867 -- Fixed admin inline display of hidden fields with view-only permissions.
https://github.com/django/django/pull/12387 -- Fixed #31216 -- Added support for colorama terminal colors on Windows.
https://github.com/django/djangoproject.com/pull/1015 -- Updated "Other ways to give" fundraising info.
https://github.com/django/djangoproject.com/pull/1017 -- Update isort, Python, and PostgreSQL.
https://github.com/django/django/pull/13224 -- Fixed #31811 -- Add optional timing outputs to the test runner
https://github.com/django/django/pull/13289 -- Refs #31180 -- Fixed unreachable assertions in apps tests.



Authored:

https://github.com/django/django/pull/13292 -- Fixed #31865 -- Adjusted admin sidebar template to reduce debug logging.




Kind Regards,

Carlton

chamsoudine djanffar

unread,
Aug 28, 2020, 9:53:43 AM8/28/20
to django-d...@googlegroups.com
Thank you for these Django links

--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/76881b9c-250a-420c-b51d-6e54d9c1ebc8n%40googlegroups.com.

Carlton Gibson

unread,
Aug 31, 2020, 11:07:42 AM8/31/20
to Django developers (Contributions to Django itself)
Hi all.


Calendar Week 34 -- ending 23 August.


Triaged:

https://code.djangoproject.com/ticket/31920 -- ASGI/ASYNC SessionMiddleware - SynchronousOnlyOperation exception if request.user is not unwrapped in sync code (Accepted)
https://code.djangoproject.com/ticket/31915 -- Allow load template tag before extends tag (wontfix)
https://code.djangoproject.com/ticket/31900 -- Reloader using watchman initiates reloads despite no file changed (worksforme)
https://code.djangoproject.com/ticket/31911 -- Django-3.1: get_language() fails to return LANGUAGE_CODE during ./manage.py migrate (Invalid)
https://code.djangoproject.com/ticket/31912 -- pathlib PermissionError problem (Accepted)
https://code.djangoproject.com/ticket/31908 -- Add parallel testing support to Oracle backend (Accepted)
https://code.djangoproject.com/ticket/31907 -- Inconsistent key validation checks in cache backends. (Accepted)
https://code.djangoproject.com/ticket/31905 -- ASGI: Dead persistent postgres connections are not closed when the database is accessed in middleware (Accepted)
https://code.djangoproject.com/ticket/31906 -- Possible ModelChoiceIterator docs typo (Accepted)
https://code.djangoproject.com/ticket/31901 -- Content will out of screen when nav-sidebar is open (Accepted)
https://code.djangoproject.com/ticket/31894 -- JSONField filter() and JSONField exclude() are sometimes not inverses of each other (Accepted)
https://code.djangoproject.com/ticket/31884 -- nav-sidebar ui optimization (wontfix)
https://code.djangoproject.com/ticket/31885 -- Update SMTP Email Backend to use an SSLContext. (Accepted)
https://code.djangoproject.com/ticket/31898 -- New Form Widget similar to Admin Read-only display (wontfix)



Reviewed:

https://github.com/django/django/pull/13334 -- Fixed #31905 -- MiddlewareMixin use sync_to_async with thread_sensiti…
https://code.djangoproject.com/ticket/31877 -- TemplateView.get_context_data()'s kwargs returns SimpleLazyObjects that causes a crash when filtering.

https://github.com/django/django/pull/12387 -- Fixed #31216 -- Added support for colorama terminal colors on Windows.
https://github.com/django/django/pull/13317 -- Refs #9061, Refs #20347 -- Added absolute_max and can_delete_extra arguments to generic_inlineformset_factory().
https://github.com/django/django/pull/13316 -- Refs #17642 -- Doc'd min_num and validate_min arguments in modelformset_factory() docs.
https://github.com/django/django/pull/13305 -- Fixed #31885 -- Updated SMTP Email Backend to use an SSLContext.





Calendar Week 35 -- ending 30 August.


Mini-break ⛱


Triaged:

https://code.djangoproject.com/ticket/31958 -- Django ORM sync_to_async error FATAL: remaining connection slots are reserved for non-replication superuser connections (Invalid)
https://code.djangoproject.com/ticket/31949 -- Allow builtin view decorators to be applied directly to async views. (Accepted)



Reviewed:

https://github.com/django/django/pull/13352 -- Fixed #31945 -- Removed strict=True in Path.resolve() of CommonPasswordValidator.
https://github.com/django/django/pull/13344 -- Fixed #31928 -- Fixed MiddlewareMixin subclasses not presenting as async
https://github.com/django/django/pull/13334 -- Fixed #31905 -- MiddlewareMixin use sync_to_async with thread_sensiti…



Kind Regards,

Carlton
Reply all
Reply to author
Forward
0 new messages