Fellow Reports -- May 2019

65 views
Skip to first unread message

Carlton Gibson

unread,
May 28, 2019, 3:17:08 PM5/28/19
to Django developers (Contributions to Django itself)
Hi all. 


Calendar Week 19 -- ending 12 May.


Triaged:

https://code.djangoproject.com/ticket/30472 -- Argon2id should be supported and become the default variety for Argon2PasswordHasher (Accepted)
https://code.djangoproject.com/ticket/30469 -- Boolean False becomes NULL with recent mysql-connector-python (Invalid)
https://code.djangoproject.com/ticket/30470 -- Complete assertHTMLEqual() support for all self closing tags (Accepted)
https://code.djangoproject.com/ticket/30468 -- assertHTMLEqual doesn't account for all ASCII whitespace in a class attribute. (Accepted)
https://code.djangoproject.com/ticket/30467 -- `makemigrations app_label` sometimes tries to create migrations for unrequested app_label (invalid)
https://code.djangoproject.com/ticket/30449 -- Ordering problem in admin.RelatedFieldListFilter and admin.RelatedOnlyFieldListFilter (Accepted)
https://code.djangoproject.com/ticket/30453 -- Django's template library tags cant use already decorated things like lru_cache because of getfullargspec (needsinfo)
https://code.djangoproject.com/ticket/30466 -- FieldFile.save documentation is misleading (wontfix)
https://code.djangoproject.com/ticket/30459 -- If a StackedInline has fieldsets with the "collapsed" class, the "Show" link doesn't work on inline forms added with the "Add another [inline object]" link (Accepted)
https://code.djangoproject.com/ticket/30463 -- Deprecation message crashes when using a query expression in Model.ordering. (Accepted)
https://code.djangoproject.com/ticket/30457 -- on_commit should be triggered in a TestCase (Accepted)



Reviewed:

https://github.com/django/django/pull/11353 -- Fixed #30459 - Delegated hide/show JS toggle to parent div
https://github.com/django/django/pull/11348 -- Fixed #30470 -- Added assertHTMLEqual() support for all self closing tags.
https://github.com/django/django/pull/11346 -- Fixed trivial source comment typo.
https://github.com/django/django/pull/11344 -- Refs #27804 -- Used subTest() in HTMLEqualTests.test_self_closing_tags.
https://github.com/django/django/pull/11345 -- Fixed #30468 -- Fixed assertHTMLEqual() to handle all ASCII whitespace in a class attribute.
https://github.com/django/django/pull/11165 -- Fixed #30310 -- Added support for looking up HttpHeaders.headers using underscores.
https://github.com/django/django/pull/11343 -- Refs #30399 -- Made assertHTMLEqual normalize character and entity references.
https://code.djangoproject.com/ticket/27086 -- running servers.tests may hang in parallel mode on Mac OS X
https://github.com/django/django/pull/11209 -- Fixed #30451 -- Implemented ASGI handler and coroutine-safety.
https://github.com/django/django/pull/9884 -- Fixed 29336 -- Added docs for circular template inheritance.



Authored:

https://github.com/django/django/pull/11336 -- Removed redundant check from StaticFilesHandler.





Calendar Week 20 -- ending 19 May.


Triaged:

https://code.djangoproject.com/ticket/30475 -- Use of i18n_patterns and a buggy 404 template trigger internal server error without a backtrace (needsinfo)
https://code.djangoproject.com/ticket/30481 -- Document that force_text() allows lone surrogates. (Accepted)
https://code.djangoproject.com/ticket/30478 -- Do not require npm installed for JavaScript tests (tox -e javascript) (wontfix)



Reviewed:

https://github.com/django/django/pull/11374 -- Fixed #30485: Fixed django.utils.http.urlencode in the doseq=False case.
https://code.djangoproject.com/ticket/25633 -- GeoDjango KyngChaos installation instructions are outdated
https://code.djangoproject.com/ticket/30196 -- Make FileResponse always set Content-Disposition header.
https://code.djangoproject.com/ticket/30199 -- get_or_create documentation encourages unsafe usage
https://github.com/django/django/pull/11370 -- Make it very clear where LOGGING setting goes - be consistent.
https://code.djangoproject.com/ticket/30486 -- Custom aggregate function example needs updating for Django 2.2's `allow_distinct`
https://github.com/django/django/pull/11373 -- Fixed typo and added allow_distinct in docs/ref/models/expressions.txt
https://github.com/django/django/pull/11371 -- Fixed #30483 -- Switched test requirement to psycopg2 package.
https://code.djangoproject.com/ticket/30220 -- Use headless browsers for selenium tests.
https://github.com/django/django/pull/11362 -- Changed tuple choices to list in docs.
https://github.com/django/django/pull/11363 -- Changed docs to link to Python's description of iterable.
https://github.com/django/django/pull/11366 -- Fixed mis-capitalisation in comment.



Authored:

https://github.com/django/django/pull/11353 -- Fixed #30459 - Delegated hide/show JS toggle to parent div.




Calendar Week 21 -- ending 26 May.


Triaged:

https://code.djangoproject.com/ticket/30505 -- rdering of Field.choices is significant for makemigrations (Accepted)
https://code.djangoproject.com/ticket/30504 -- Order of arguments on redirect incorrect on documentation (Accepted)
https://code.djangoproject.com/ticket/30500 -- Error reporting returns a circular import error on a python formatting error, and does not restart the development server (needsinfo -> Invalid)
https://code.djangoproject.com/ticket/30499 -- PasswordResetView should be allowed to set `domain_override` (Accepted)
https://code.djangoproject.com/ticket/30256 -- autocomplete_fields cause one or two extra queries for each field wth foreign key or many to many relation (Accepted)
https://code.djangoproject.com/ticket/30485 -- Unexpected behavior for django.utils.http.urlencode (Accepted)



Reviewed:

https://github.com/django/django/pull/11189 -- Fixed #28780 -- Allowed specyfing a token parameter for password reset URLs.
https://github.com/django/django/pull/11374 -- Fixed #30485: Fixed django.utils.http.urlencode in the doseq=False case




Kind Regards,

Carlton


Carlton Gibson

unread,
May 31, 2019, 12:51:08 PM5/31/19
to Django developers (Contributions to Django itself)

Hi all. 


Calendar Week 22 -- ending 02 June.



Triaged:


https://code.djangoproject.com/ticket/30509 -- Various FileResponse fixes and changes (Accepted)

https://code.djangoproject.com/ticket/30530 -- url `path` accepts newlines in various places. (wontfix)

https://code.djangoproject.com/ticket/30514 -- Occasional CSRF cookie not set Django 2.1 (needsinfo)

https://code.djangoproject.com/ticket/30528 -- Django Admin adds Javascript in different sequences (Duplicate of #30153/#30179)




Reviewed:


https://code.djangoproject.com/ticket/30064 -- Admin search with a null character crashes with "A string literal cannot contain NUL (0x00) characters." on PostgreSQL

https://github.com/django/django/pull/11432 -- Simplfied m2m_recursive.tests.

https://github.com/django/django/pull/11414 -- Fixed #30509 -- Various FileResponse fixes and changes.



Kind Regards,


Carlton


Reply all
Reply to author
Forward
0 new messages