Skip to content

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