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

Foreign key references as string #30

Merged
merged 21 commits into from
Jan 2, 2021

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    71a6190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    541abb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    391bd47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8f4456 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca9c705 View commit details
    Browse the repository at this point in the history
  6. added test for Table.ref

    dantownsend committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    8f6e199 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79537ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79d416c View commit details
    Browse the repository at this point in the history
  9. fixing a bug where fluent attribute access on ForeignKey columns wasn…

    …'t working if using a lazy reference
    dantownsend committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    ad1f1ff View commit details
    Browse the repository at this point in the history
  10. fixing flake8 issue

    dantownsend committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    284854b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Configuration menu
    Copy the full SHA
    46b5741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f53f2db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    986b0c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f513e4 View commit details
    Browse the repository at this point in the history
  5. fixing a bug in MigrationManager._run_add_columns

    The Table metaclass wasn't being called on columns, so the ForeignKeyMeta wasn't being setup correctly on ForeignKey columns.
    dantownsend committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    062c763 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95aba82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c6c00a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b48839d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2593611 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    84bd0c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98b15e7 View commit details
    Browse the repository at this point in the history