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: set as default type for factory only if model is defined #479

Merged
merged 3 commits into from
Jan 16, 2024

Commits on Jan 13, 2024

  1. fix: set as default type for factory only if model is defined

    In base factories, the '__model__' will not be defined and so it an 'AttributeError' will be raised when trying to
    access 'cls.__model__'. So we simply ensure that '__model__' defined before trying to access it.
    guacs committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    88e0b92 View commit details
    Browse the repository at this point in the history
  2. test: 3.8 compatibility

    guacs committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    7c7cc11 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

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