-
Notifications
You must be signed in to change notification settings - Fork 127
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
Activity plugin does not work with primary keys named other than "id" #210
Comments
dryobates
pushed a commit
to dryobates/sqlalchemy-continuum
that referenced
this issue
Jan 28, 2019
dh-rico
pushed a commit
to dh-rico/sqlalchemy-continuum
that referenced
this issue
Apr 16, 2019
marksteward
pushed a commit
that referenced
this issue
Feb 10, 2022
AbdealiLoKo
pushed a commit
to AbdealiLoKo/sqlalchemy-continuum
that referenced
this issue
Aug 23, 2022
indiVar0508
pushed a commit
to indiVar0508/sqlalchemy-continuum
that referenced
this issue
Sep 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SQLAlchemy-Continuum: 1.3.7
SQLAlchemy: 1.2.17
If I name primary_key of my model other than "id", then it raises "AttributeError: type object 'Version' has no attribute 'id'".
Test that shows problem:
The text was updated successfully, but these errors were encountered: