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

fix: get_properties no longer sorts keys in alphabetical order #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jgroth
Copy link

@jgroth jgroth commented Oct 9, 2019

The get_properties method sorts the properties in alphabetical order. If the schema defines a Meta schema like the one below, the properties will most likely be in the wrong order

class Meta:
    ordered = True

@coveralls
Copy link

coveralls commented Oct 9, 2019

Coverage Status

Coverage remained the same at 99.149% when pulling e80cdd7 on Lundalogik:respect-ordered-dict into c032d1a on fuhrysteve:master.

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.

2 participants