Skip to content

Conversation

adamchainz
Copy link
Member

No description provided.

Copy link
Member

@ngnpope ngnpope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. This is something that only became possible with being able to specify keyword-only arguments since Python 3.0.

(Test failure is unrelated and flaky.)

@adamchainz
Copy link
Member Author

(Test failure is unrelated and flaky.)

Is this being investigated?

@felixxm
Copy link
Member

felixxm commented Dec 13, 2021

(Test failure is unrelated and flaky.)

Is this being investigated?

Yes, see ticket-32831.

@felixxm felixxm changed the title Simplified signatures of setting_changed receivers. Changed signatures of setting_changed signal receivers. Dec 17, 2021
@felixxm
Copy link
Member

felixxm commented Dec 17, 2021

@adamchainz Thanks 👍

@felixxm felixxm merged commit b0d16d0 into django:main Dec 17, 2021
@adamchainz adamchainz deleted the setting_changed branch December 17, 2021 16:13
adamchainz added a commit to adamchainz/django-debug-toolbar that referenced this pull request Dec 20, 2021
This makes it apply in every project using django-debug-toolbar, so packages or projects can reconfigure the toolbar during tests if required.

The receiver functions have also been combined and optimized the signature like django/django#15185 .
adamchainz added a commit to adamchainz/django-debug-toolbar that referenced this pull request Dec 20, 2021
This makes it apply in every project using django-debug-toolbar, so packages or projects can reconfigure the toolbar during tests if required.

The receiver functions have also been combined and optimized the signature like django/django#15185 .
matthiask pushed a commit to django-commons/django-debug-toolbar that referenced this pull request Dec 20, 2021
This makes it apply in every project using django-debug-toolbar, so packages or projects can reconfigure the toolbar during tests if required.

The receiver functions have also been combined and optimized the signature like django/django#15185 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants