Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced OrderedDict with dict #8964

Merged
merged 1 commit into from Apr 30, 2023
Merged

Conversation

realsuayip
Copy link
Contributor

Description

See discussion: #8736
Also see: #7524

@auvipy auvipy self-requested a review April 30, 2023 09:13
Copy link
Member

@auvipy auvipy left a comment

Choose a reason for hiding this comment

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

looks good

@auvipy auvipy added this to the 3.15 milestone Apr 30, 2023
@auvipy auvipy merged commit 54307a4 into encode:master Apr 30, 2023
7 checks passed
@auvipy auvipy added the Cleanup label Apr 30, 2023
terencehonles added a commit to terencehonles/djangorestframework-stubs that referenced this pull request May 12, 2023
This change replaces `OrderedDict` with `dict` as done in
encode/django-rest-framework#8964. This does not
look like it has been released yet, but since this package requires
Python 3.8 which is > Python 3.5, which was the last release to need
`OrderedDict`, then this change should be safe to merge now. It should
also be safe because `dict` is a superclass of `OrderedDict` and should
not change anything for users who are using `OrderedDict` still.
sobolevn pushed a commit to typeddjango/djangorestframework-stubs that referenced this pull request May 12, 2023
This change replaces `OrderedDict` with `dict` as done in
encode/django-rest-framework#8964. This does not
look like it has been released yet, but since this package requires
Python 3.8 which is > Python 3.5, which was the last release to need
`OrderedDict`, then this change should be safe to merge now. It should
also be safe because `dict` is a superclass of `OrderedDict` and should
not change anything for users who are using `OrderedDict` still.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants