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

Handle ForeignKey String References #272

Merged
merged 12 commits into from
Jul 21, 2020

Commits on Jul 12, 2020

  1. Configuration menu
    Copy the full SHA
    2cae633 View commit details
    Browse the repository at this point in the history
  2. Remove version check

    alejandro-angulo committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    9575853 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    alejandro-angulo committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    8dd8abb View commit details
    Browse the repository at this point in the history
  4. Add test case

    alejandro-angulo committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    023d412 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9054dfb View commit details
    Browse the repository at this point in the history
  6. Fix failing tests

    Fallback to previous behavior if model cannot be resolved by Django.
    alejandro-angulo committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    5e67fd7 View commit details
    Browse the repository at this point in the history
  7. Code cleanup

    alejandro-angulo committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    88b43fa View commit details
    Browse the repository at this point in the history
  8. Update README

    alejandro-angulo committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    7d11aec View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. atodorov's comments

    alejandro-angulo committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    88a9bb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Cleanup

    alejandro-angulo committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    c664bf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    19e8cea View commit details
    Browse the repository at this point in the history
  2. Undo making django imports top-level

    Making the django imports top-level imports caused the build to break
    (django not installed check failed).
    alejandro-angulo committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    19e601b View commit details
    Browse the repository at this point in the history