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

i18n: Support SQLAlchemy 2 MappedColumn #705

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

Conversation

madsodgaard
Copy link

When trying to use the internalization module with SQLAlchemy and the mapped_column style, you run into the following error:
AttributeError: 'MappedColumn' object has no attribute 'key'.

This adds a workout around by accessing the key though attr.column.key if the attribute is a MappedColumn. Not sure if the implementation is the best approach in terms of providing compatibility with 1.X, so any input would be great!

Copy link

@atugushev-aghanim atugushev-aghanim left a comment

Choose a reason for hiding this comment

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

Thanks! Just bumped into this PR after implementing this by myself.

I could help with the tests if you don't mind to increase the chances of this being merged. What do you think?

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