Fellow Reports -- March 2020

63 peržiūros
Praleisti ir pereiti prie pirmo neskaityto pranešimo

Carlton Gibson

neskaityta,
2020-03-19 10:41:322020-03-19
kam: Django developers (Contributions to Django itself)
Hi all.



Calendar Week 10 -- ending 08 March.


Triaged:

https://code.djangoproject.com/ticket/31342 -- Default manager vs Base manager for RelatedManager (Accepted)
https://github.com/django/asgiref/issues/147 -- Is it possibile to call obj.save() inside an event loop? #147 (worksforme)
https://code.djangoproject.com/ticket/#31338 -- ChangeList parses querystring incorrectly (Duplicate of #1873)
https://code.djangoproject.com/ticket/31327 -- Deprecate providing_args argument from Signal (Accepted)
https://code.djangoproject.com/ticket/31322 -- Add 'help_text' property to InlineModelAdmin (needsinfo)
https://code.djangoproject.com/ticket/31315 -- Closing all connections in function tagged with @transaction_atomic or transaction atomic block breaks atomicity (wontfix)



Reviewed:

https://github.com/django/django/pull/12536 -- Added missing backticks in various docs.
https://code.djangoproject.com/ticket/20935 -- ePub documentation not valid
https://github.com/django/django/pull/12508 -- Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
https://github.com/django/django/pull/12310 -- Fixed #31180 -- Configured applications automatically.
https://github.com/django/django/pull/12529 -- Documented return types of as_sql methods
https://github.com/django/django/pull/12513 -- Fixed #31327 -- Deprecated providing_args argument for Signal.
https://github.com/django/django/pull/12405 -- Fixed #31223, adds __class_getitem__ for several types
https://github.com/django/django/pull/12297 -- Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.
https://code.djangoproject.com/ticket/31324 -- Filter JSONField using `=None`
https://github.com/django/django/pull/12519 -- Fixed #31150 -- Included subqueries that reference related fields in GROUP BY clauses.



Authored:

https://github.com/django/django/pull/12531 -- Fixed #31342 -- Clarified base manager docs.
https://github.com/django/django/pull/11337 -- Fixed #30427 -- Corrected setting descriptor in Field.contribute_to_class().





Calendar Week 11 -- ending 15 March.


Triaged:

https://code.djangoproject.com/ticket/31360 -- Is `request.csrf_processing_done` part of the public CSRF protection API? (Invalid)
https://code.djangoproject.com/ticket/31355 -- Improving auth app (Accepted)



Reviewed:

https://github.com/django/django/pull/12517 -- ixed #29329 -- Made datetime logging from runserver consistent.
https://github.com/django/django/pull/12560 -- Code Pull requests 243 Actions Security Insights Settings Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_timeout failures.
https://github.com/django/django/pull/10908 -- Made logging config examples more accessible.
https://code.djangoproject.com/ticket/12557 -- Increased test coverage for BaseHandler.
https://code.djangoproject.com/ticket/31026 -- Switch form rendering to template engine
https://github.com/django/django/pull/11650 -- Fixed #31224 -- Implemented asynchronous views.
https://github.com/django/django/pull/12332 -- Fixed #30439 -- Added support for different plurals for the same language.
https://github.com/django/django/pull/12523 -- Clarified SeparateDatabaseAndState docs and added example of changing ManyToManyField.
https://github.com/django/django/pull/12543 -- Fixed #27865 -- Adjusted docs example to avoid confusion with private BaseManager.
https://github.com/django/django/pull/12535 -- Updated migrations example in tutorial 2.
https://github.com/django/django/pull/12551 -- Corrected learn_cache_key() signature in docs.



Authored:

https://github.com/django/deps/pull/67 -- Clarify that Releasers may make admin commits.




Kind Regards,

Carlton

Carlton Gibson

neskaityta,
2020-03-30 09:30:412020-03-30
kam: Django developers (Contributions to Django itself)
Hi All.




Calendar Week 12 -- ending 22 March.


Triaged:

https://code.djangoproject.com/ticket/30311 -- Can't replace global admin actions with specialized ones per-admin (Accepted)
https://code.djangoproject.com/ticket/31380 -- Deploy system check that DJANGO_ALLOW_ASYNC_UNSAFE is not set (Accepted)
https://code.djangoproject.com/ticket/31371 -- Increase the length of the User model's first_name field to 150 characters (Accepted)
https://code.djangoproject.com/ticket/31369 -- Deprecate NullBooleanField (Accepted)



Reviewed:

https://github.com/django/django/pull/12470 -- Fixed #31285 -- Fixed inherited Meta.ordering of "-pk".
https://github.com/django/django/pull/12218 -- Made BaseCacheTests skip culling tests if culling is not supported.
https://github.com/django/django/pull/12106 -- Removed unused default value None to matches_patterns().
https://github.com/django/django/pull/12095 -- Used modern idiom in collectstatic command.
https://github.com/django/django/pull/12586 -- Improve RawSQL documentation
https://github.com/django/django/pull/12585 -- Refs #29548 -- Mentioned MariaDB in database system checks.

https://github.com/django/django/pull/12508 -- Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
https://github.com/django/django/pull/12567 -- Fixes #11836 -- Missing django.forms.widgets.MultiWidget hidden counterpart.
https://code.djangoproject.com/ticket/31373 -- Django 3.x / uwsgi is leaking connections
https://github.com/django/django/pull/12572 -- Fixed #31365 -- Removed jQuery usage in SelectFilter2.js.
https://github.com/django/django/pull/12574 -- Removed bundled QUnit in favor of npm package.
https://github.com/django/django/pull/12573 -- Removed unused return values in SelectFilter2.js.
https://github.com/django/django/pull/12569 -- Simplified SelectFilter2 with Element.closest().
https://github.com/django/django/pull/12579 -- Fixed #31172 -- Added note to translators for yesno filter.

https://github.com/django/django/pull/11650 -- Fixed #31224 -- Implemented asynchronous views.







Calendar Week 13 -- ending 29 March.


Triaged:

https://code.djangoproject.com/ticket/#28198 -- Model attributes shouldn't override deferred fields. (Duplicate of #30427)
https://code.djangoproject.com/ticket/31404 -- Use HTML5 boolean attribute syntax for the multiple attribute of the select element in selector-chosen divisions. (Accepted)
https://code.djangoproject.com/ticket/31390 -- Using Q as rhs value in filter causes SQL Syntax error (invalid)
https://code.djangoproject.com/ticket/31375 -- make_password shouldn't accept values other than bytes or string as an argument (Accepted)



Reviewed:

https://github.com/django/django/pull/11337 -- Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribute_to_class().
https://github.com/django/django/pull/12596 -- Fixed #31380 -- Prohibited DJANGO_ALLOW_ASYNC_UNSAFE on deploy check
https://github.com/django/django/pull/11862 -- Fixed #20917 -- Use faster password hasher when testing
https://github.com/django/django/pull/12587 -- Improved async documentation.
https://github.com/django/djangosnippets.org/pull/95 -- Fixes for update to Django 2.2.10 #95
https://github.com/django/django/pull/12548 -- Added additional note that tests use locmem email backend.
https://github.com/django/django/pull/10817 -- Documented purposes of mailing list links.
https://github.com/django/django/pull/12604 -- Rewrote Getting Help FAQ
https://github.com/django/django/pull/12619 -- Improved docs on migration reversibility.
https://github.com/django/django/pull/12623 -- Removed unnecessary assertions in ExpressionOperatorTests.
https://github.com/django/django/pull/12620 -- Improved sessions notes in deployment checklist.
https://github.com/django/django/pull/12622 -- Made prepopulate_init.js wait for the DOM to be ready before querying it.
https://github.com/django/django/pull/12455 -- Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.
https://github.com/django/django/pull/12598 -- Fixed #31391 -- Removed jQuery usage in cancel.js
https://github.com/django/django/pull/12572 -- Fixed #31365 -- Removed jQuery usage in SelectFilter2.js.
https://github.com/django/django/pull/12616 -- Pinned asgiref == 3.2.5 in test requirements.



Authored:

https://github.com/django/django/pull/12629 -- Fixed #31330 -- Corrected catchall URL pattern in flatpages docs.
https://github.com/django/django/pull/12618 -- Fixed intermitent Selenium test failure.



Kind Regards,

Carlton

Atsakyti visiems
Atsakyti autoriui
Persiųsti
0 naujų pranešimų