Skip to content

Replaced OrderedDict with dict#8964

Merged
auvipy merged 1 commit intoencode:masterfrom
realsuayip:ordereddict_to_dict
Apr 30, 2023
Merged

Replaced OrderedDict with dict#8964
auvipy merged 1 commit intoencode:masterfrom
realsuayip:ordereddict_to_dict

Conversation

@realsuayip
Copy link
Copy Markdown
Contributor

Description

See discussion: #8736
Also see: #7524

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

@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
@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.
Situphen added a commit to Situphen/zds-site that referenced this pull request Sep 28, 2024
django_rest_framework 3.15.0 a remplacé les OrderedDict par des dict puisque
ceux-ci sont maintenant ordonnées depuis Python 3.6
cf. encode/django-rest-framework#8964
philippemilink pushed a commit to zestedesavoir/zds-site that referenced this pull request Sep 30, 2024
* Mise à jour triviale des dépendances Python

* Mise à jour de Gunicorn

* Correction d'un test suite à la mise à jour de django_rest_framework

django_rest_framework 3.15.0 a remplacé les OrderedDict par des dict puisque
ceux-ci sont maintenant ordonnées depuis Python 3.6
cf. encode/django-rest-framework#8964
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.

2 participants