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

Fix issue #1318: Type (typehint) error for db.relationship #1320

Open
wants to merge 3 commits into
base: 3.1.x
Choose a base branch
from

Commits on Mar 26, 2024

  1. Fix pallets-eco#1318

    Make the typehint of `SQLAlchemy.relationship` consistent with `sqlalchemy.orm.relationship`.
    cainmagi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    281dadf View commit details
    Browse the repository at this point in the history
  2. Fix an issue when tox p fails because mypy is forbidden.

    This issue may be caused by upgrade of `tox>=4`. My tox version is 4.12.0.
    
    See details here: https://stackoverflow.com/a/47716994/8266012
    cainmagi committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e0710c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    0c8858a View commit details
    Browse the repository at this point in the history