Skip to content

Conversation

@nazarov-ae
Copy link

No description provided.

def camelize(data, **options):
# Handle lazy translated strings.
ignore_fields = options.get("ignore_fields") or ()
lower_camel_case = options.get("lower_camel_case") or False
Copy link

Choose a reason for hiding this comment

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

Suggested change
lower_camel_case = options.get("lower_camel_case") or False
lower_camel_case = options.get("lower_camel_case", False)

Можно так

Copy link
Author

Choose a reason for hiding this comment

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

принято, поменял

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