We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
version.changeset
changeset(obj)
Hi
version.changeset has values like [old, new]
[old, new]
Code:
sqlalchemy-continuum/sqlalchemy_continuum/version.py
Line 46 in 91730be
but changeset(obj) has values like [new, old]
[new, old]
sqlalchemy-continuum/sqlalchemy_continuum/utils.py
Line 402 in 91730be
It seems for instance that #243 fixes documentation instead of the code, re-enforcing that it should be like this. But is it intentional?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
version.changeset
has values like[old, new]
Code:
sqlalchemy-continuum/sqlalchemy_continuum/version.py
Line 46 in 91730be
but
changeset(obj)
has values like[new, old]
Code:
sqlalchemy-continuum/sqlalchemy_continuum/utils.py
Line 402 in 91730be
It seems for instance that #243 fixes documentation instead of the code, re-enforcing that it should be like this. But is it intentional?
The text was updated successfully, but these errors were encountered: