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 instance of related object added to session on validation #1052

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Aug 9, 2024

  1. Fix instance of related object added to session on validation

    Previously, when validating instance when a session was open and the
    model instance had a related object a new instance of this related
    object was created and added to the session.
    mskrip committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dba885a View commit details
    Browse the repository at this point in the history
  2. Use better assertion in test

    mskrip committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ad51506 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29ee43d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge branch 'main' into main

    mskrip authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    acd753e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 9, 2024

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