FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

i18n: Support SQLAlchemy 2 MappedColumn by madsodgaard · Pull Request #705 · kvesteri/sqlalchemy-utils · GitHub

i18n: Support SQLAlchemy 2 MappedColumn - #705

Open
madsodgaard wants to merge 1 commit into
kvesteri:masterfrom
madsodgaard:master
Open

i18n: Support SQLAlchemy 2 MappedColumn#705
madsodgaard wants to merge 1 commit into
kvesteri:masterfrom
madsodgaard:master

Conversation

Copy link
Copy Markdown

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!

atugushev-aghanim left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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?

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL