Fellow Reports -- April 2021

91 views
Skip to first unread message

Carlton Gibson

unread,
Apr 20, 2021, 10:10:07 AM4/20/21
to Django developers (Contributions to Django itself)
Hi all. 



Calendar Week 13 -- ending 04 April.


Triaged:

https://code.djangoproject.com/ticket/32610 -- django.utils.version.get_git_changeset() always returns None. (Accepted)
https://code.djangoproject.com/ticket/32604 -- File uploads larger than FILE_UPLOAD_MAX_MEMORY_SIZE get wrong unix group based on setgid (Accepted)
https://code.djangoproject.com/ticket/32603 -- Add transaction handling to Changelist list_editable processing. (Accepted)



Reviewed:

https://github.com/django/django/pull/14208 -- Fixed #32610 -- Fixed get_git_changeset().
https://github.com/django/django/pull/14204 -- Removed unnecessary left/right in admin sidebar CSS.
https://github.com/django/django/pull/11291 -- Fixed #30416 -- Restore terminal state when reloading.
https://github.com/django/django/pull/14187 -- Fixed #32594 -- Signal.disconnect() returning None
https://github.com/django/django/pull/13305 -- Fixed #31885 -- Updated SMTP Email Backend to use an SSLContext.
https://github.com/django/django/pull/13728 -- Add settings EMAIL_MESSAGEID_FQDN
https://github.com/django/django/pull/14203 -- Refs #32105 -- Changed ExceptionReporter.(html|text)_template_path attributes to properties.
https://github.com/django/django/pull/14180 -- Fixed #32532 -- Raised nicer error if a test label is a file path.
https://github.com/django/django/pull/14202 -- Changed Happen to Happens in troubleshooting.txt
https://github.com/django/django/pull/14196 -- Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.
https://github.com/django/django/pull/13841 -- Fixed #32316 -- Deferred accessing __file__.
https://github.com/django/django/pull/14195 -- Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax errors.



Authored:

https://github.com/django/djangoproject.com/pull/1083 -- Updated robots.docs.txt for Django 3.2.
https://github.com/django/djangoproject.com/pull/1079 -- Added Pycharm banners for 2021 fundraiser.





Calendar Week 14 -- ending 11 April.


Released Django 3.2.


Triaged:

https://code.djangoproject.com/ticket/32611 -- runtests.py's bisect_tests() and paired_tests() don't always need to do setup and teardown (Accepted)



Reviewed:

https://github.com/django/django/pull/14240 -- Refs #32074 -- Removed usage of Python's deprecated distutils.version package.
https://github.com/django/django/pull/14236 -- Refs #31578 -- Removed outdated notes about MyISAM in GIS docs.
https://github.com/django/django/pull/14231 -- Refs #32074 -- Made ExclusionConstraint.__repr__() use Deferrable.__repr__().
https://github.com/django/django/pull/14212 -- Fixed #32544 -- Adapted tests to confirm support for GDAL 3.2/GEOS 3.9.
https://github.com/django/django/pull/14228 -- Refs #32074 -- Backported Enum.__repr__() from Python 3.10.
https://github.com/django/daphne/pull/364 -- Use partial() to wrap Server.handle_reply() #364
https://github.com/django/daphne/pull/365 -- Lint with pre-commit #365
https://github.com/django/django/pull/13840 -- Add Github actions for MacOS, Windows and linting
https://github.com/django/django/pull/14224 -- Refs #30156 -- Corrected version in SpatiaLite install instructions.
https://github.com/django/django/pull/14221 -- Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3.2+.



Authored:

https://github.com/django/code.djangoproject.com/pull/110 -- Updated default Django version to 3.2. #110
https://github.com/django/django/pull/14223 -- Updated asgiref dependency for 3.2 release series.





Calendar Week 15 -- ending 18 April.


Triaged:

https://code.djangoproject.com/ticket/32654 -- docstring in modules created by startapp (wontfix)
https://code.djangoproject.com/ticket/32655 -- Improve error if a string is passed as an extra_test to DiscoverRunner.build_suite() (Accepted)
https://code.djangoproject.com/ticket/32651 -- Combining Q with a Q containing Exists crashes (Accepted)
https://code.djangoproject.com/ticket/32652 -- Obsolete FAQ reference in triaging docs (Accepted)
https://code.djangoproject.com/ticket/32647 -- Select multiple action checkboxes with shift+mouseclick in django admin (Accepted)
https://code.djangoproject.com/ticket/32636 -- QuerySet.values()/values_list() crashes on a combined queryset ordered by "extra" select. (Accepted)
https://code.djangoproject.com/ticket/32606 -- Allow rich configuration of Selenium tests (wontfix)
https://code.djangoproject.com/ticket/32640 -- Non-manager instance assigned to model class' objects is silently ignored (Accepted)
https://code.djangoproject.com/ticket/32630 -- Autoreloader doesn't work on Windows 10. (worksforme)



Reviewed:

https://github.com/django/django/pull/14265 -- Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields on MySQL/MariaDB.
https://github.com/django/django/pull/14267 -- [3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions.
https://github.com/django/django/pull/14263 -- Recommend django<4 on older versions of Python
https://github.com/django/django/pull/14262 -- Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching against phrases with unbalanced quotes.
https://github.com/django/django/pull/14255 -- Fixed #32635 -- Fixed system check crash for reverse o2o relations in CheckConstraint.check and UniqueConstraint.condition.
https://github.com/django/django/pull/14259 -- Fixed #32648 -- Fixed crash for undefined alternates in contrib.sitemaps.
https://github.com/django/django/pull/14243 -- Corrected typo in Field.deconstruct docstring.
https://github.com/django/django/pull/14252 -- Fixed #32637 -- Restored exception message on technical 404 debug page.



Authored:

https://github.com/django/django/pull/14269 -- Fixed #32652 -- Updated links to new contributors FAQ.



Kind Regards,

Carlton

Carlton Gibson

unread,
Apr 29, 2021, 5:41:12 AM4/29/21
to Django developers (Contributions to Django itself)
Hi all. 


Calendar Week 16 -- ending 25 April.


Triaged:

https://code.djangoproject.com/ticket/32671 -- CSS var() causes relative URLs to break in Safari (wontfix)
https://code.djangoproject.com/ticket/32668 -- Separate test-collection setup from runtests.py's setup() for use in get_app_test_labels() (Accepted)



Reviewed:

https://github.com/django/django/pull/14307 -- Fixed isolation of test_rename_table_renames_deferred_sql_references().
https://github.com/django/django/pull/14304 -- Refs #32673 -- Fixed lookups crash when comparing against lookups on Oracle.
https://github.com/django/django/pull/14303 -- Fixed isolation of test_showmigrations_unmigrated_app().
https://github.com/django/django/pull/14290 -- Refs #28034 -- Corrected docs example in contributing tutorial.
https://github.com/django/django/pull/14300 -- Fixed isolation of test_showmigrations_unmigrated_app().
https://github.com/django/django/pull/14296 -- Used assertCountEqual() in ExcludeTests.test_exclude_subquery().
https://github.com/django/django/pull/14271 -- Fixed #32650 -- Fixed handling subquery aliasing on queryset combination.
https://github.com/django/django/pull/14291 -- Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS is a list of 2-tuples.



Authored:

https://github.com/django/django/pull/14288 -- Fixed #32647 -- Restored multi-row select with shift-modifier in admin changelist.


Kind Regards,

Carlton

Carlton Gibson

unread,
May 2, 2021, 9:12:37 AM5/2/21
to Django developers (Contributions to Django itself)
Hi all, 


Calendar Week 17 -- ending 02 May.



Triaged:

https://code.djangoproject.com/ticket/32694 -- Colored output detection issue in VS Code on Windows 8.1 (wontfix)



Reviewed:

https://github.com/django/django/pull/14329 -- Refs #32682 -- Renamed lookup_needs_distinct() to lookup_spawns_duplicates().
https://github.com/django/django/pull/14313 -- Fixed #32682 -- Made admin changelist use Exists() instead of distinct() for preventing duplicates.
https://github.com/django/django/pull/14332 -- Added spelling option to make.bat.
https://github.com/django/django/pull/14335 -- Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_table.
https://github.com/django/django/pull/14319 -- Speling mistake change "klass" to "class"
https://github.com/django/django/pull/14312 -- Refs 32637 -- Made technical 404 debug page display exception message when URL is resolved.



Authored:

https://github.com/django/django/pull/14328 -- Refs #32674 -- Noted that auto-created through table PKs cannot be auto migrated.
https://github.com/django/djangoproject.com/pull/1087 -- Removed Pycharm banners for end of 2021 fundraiser.
https://github.com/django/django/pull/14327 -- Refs #32694 -- Clarified when colorama requirement is needed in Windows how-to.



Kind Regards,

Carlton

Reply all
Reply to author
Forward
0 new messages