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

Remove workaround for Python 2.6 wrt OrderedDict #631

Merged
merged 1 commit into from Nov 24, 2017
Merged

Remove workaround for Python 2.6 wrt OrderedDict #631

merged 1 commit into from Nov 24, 2017

Conversation

jdufresne
Copy link
Contributor

collections.OrderedDict was added to Python starting with 2.7. As django-import-export only supports Python 2.7+ or Python 3.3+, can safely rely on the stdlib version of OrderedDict.

collections.OrderedDict was added to Python starting with 2.7. As
django-import-export only supports Python 2.7+ or Python 3.3+, can
safely rely on the stdlib version of OrderedDict.
@coveralls
Copy link

coveralls commented Nov 24, 2017

Coverage Status

Coverage increased (+0.1%) to 90.615% when pulling 038cae6 on jdufresne:ordereddict into 688034a on django-import-export:master.

@bmihelac
Copy link
Member

Looks good to me

@bmihelac bmihelac merged commit 0f5cfc8 into django-import-export:master Nov 24, 2017
@bmihelac
Copy link
Member

thanks

@jdufresne jdufresne deleted the ordereddict branch November 5, 2018 01:33
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.

None yet

4 participants